mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 18:22:28 +02:00
3d82483481
This makes the packaging easier to read and modify. Features added: * runs ‘make’ with the -j option for a tiny speedup * uses appropriate compiler flags even when run directly instead of through dpkg-buildpackage * after interrupting a partial build, there is no need any more for (fake) root privileges to clean up * after interrupting a partial build, ‘debian/rules clean’ will work without running autoreconf again. Features retained: * ‘debian/rules -n <target>’ provides the list of commands used to make that target. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
20 lines
687 B
Plaintext
20 lines
687 B
Plaintext
Source: xburst-tools
|
|
Section: misc
|
|
Priority: extra
|
|
Maintainer: Xiangfu Liu <xiangfu@qi-hardware.com>
|
|
Build-Depends: debhelper (>= 7.4.10),
|
|
pkg-config, autoconf, automake,
|
|
libusb-dev, libconfuse-dev
|
|
Build-Conflicts: automake1.4
|
|
Standards-Version: 3.8.4
|
|
Homepage: http://projects.qi-hardware.com/index.php/p/xburst-tools/
|
|
|
|
Package: xburst-tools
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: tools for Ingenic XBurst CPU USB boot and NAND flash access
|
|
xburst-tools contains tools for Ingenic XBurst CPU device booting.
|
|
It can flash bootloader, kernel, rootfs to Ingenic XBurst CPU
|
|
device NAND, and also has test functions for Ingenic XBurst CPU
|
|
devices.
|