diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..da12631 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: flexloader +Section: electronics +Priority: extra +Maintainer: Aurelien Jarno <aurel32@debian.org> +Build-Depends: debhelper (>> 4.0.0), autotools-dev +Standards-Version: 3.6.1 + +Package: flexloader +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: utility to configure SRAM based ALTERA devices + flexloader is a small utility to configure SRAM based ALTERA devices. + It downloads a code to the device SRAM using an ALTERA ByteBlaster or + a compatible JTAG programmer. It dialogs with it through the parallel + interface, using parport. + . + It supports APEX20K, FLEX10K, FLEX6000 and ACEX1K families. + . + Author: Aurelien Jarno <aurelien@aurel32.net> + Homepage: http://flexloader.aurel32.net |