File: control

package info (click to toggle)
fped 0.1%2B201210-1.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 968 kB
  • sloc: ansic: 12,651; yacc: 1,112; sh: 974; lex: 204; makefile: 140; awk: 75
file content (26 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: fped
Section: electronics
Priority: extra
Maintainer: Xiangfu Liu <xiangfu@openmobilefree.net>
Build-Depends: debhelper (>=  7.4.10), dpkg-dev (>= 1.16.1~), pkg-config,
 bash (>= 4), flex, bison, libfl-dev,
 imagemagick, transfig, netpbm, ghostscript,
 libgtk2.0-dev
Standards-Version: 3.9.4
Homepage: http://downloads.qi-hardware.com/people/werner/fped/gui.html
Vcs-Git: git://projects.qi-hardware.com/fped.git

Package: fped
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Footprint editor
 fped is an editor that allows the interactive creation of footprints of
 electronic components. Footprint definitions are stored in a text format
 that resembles a programming language.
 .
 The language is constrained such that anything that can be expressed in
 the textual definition also has a straightforward equivalent operation
 that can be performed through the GUI.
 .
 A description of the GUI can be found here:
 http://downloads.qi-hardware.com/people/werner/fped/gui.html