2010-10-04 18:15:57 +03:00
|
|
|
Source: fped
|
|
|
|
Section: electronics
|
|
|
|
Priority: extra
|
|
|
|
Maintainer: Xiangfu Liu <xiangfu@sharism.cc>
|
2010-10-05 11:07:46 +03:00
|
|
|
Build-Depends: debhelper (>= 7.4.10), pkg-config,
|
|
|
|
bash (>= 4), flex, bison,
|
2010-10-14 07:44:39 +03:00
|
|
|
imagemagick, transfig, netpbm,
|
2010-10-05 11:07:46 +03:00
|
|
|
libgtk2.0-dev
|
2010-10-04 18:15:57 +03:00
|
|
|
Standards-Version: 3.9.1
|
|
|
|
Homepage: http://svn.openmoko.org/trunk/eda/fped
|
|
|
|
|
|
|
|
Package: fped
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
2010-10-05 11:07:46 +03:00
|
|
|
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
|
2010-10-04 18:15:57 +03:00
|
|
|
|