1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-09-30 20:56:02 +03:00
fped/debian/control
Xiangfu Liu 21f2ae2bb5 remove the Build-Depends ttf-liberation
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2011-03-25 08:42:36 +08:00

25 lines
871 B
Plaintext

Source: fped
Section: electronics
Priority: extra
Maintainer: Xiangfu Liu <xiangfu@sharism.cc>
Build-Depends: debhelper (>= 7.4.10), pkg-config,
bash (>= 4), flex, bison,
imagemagick, transfig, netpbm,
libgtk2.0-dev
Standards-Version: 3.9.1
Homepage: http://svn.openmoko.org/trunk/eda/fped
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://people.openmoko.org/werner/fped/gui.html