mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
De-lint recipes.
* arm_none_eabi_newlib Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES and BUILD_REQUIRES. * avrdude Removed e-mail from COPYRIGHT. Re-ordered blocks. * bafx Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becasso Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becjk Removed e-mail from COPYRIGHT. Re-ordered blocks. * bmake Removed e-mail from COPYRIGHT. Re-ordered blocks. * cmake_haiku Removed e-mail from COPYRIGHT. Re-ordered blocks. * coveredcalc Removed e-mail from COPYRIGHT. Re-ordered blocks. * curl Removed e-mail from COPYRIGHT. Re-ordered blocks. * dejavu Removed e-mail from COPYRIGHT. Re-ordered blocks. * dfu-programmer Removed e-mail from COPYRIGHT. Re-ordered blocks. * exiv2 Removed e-mail from COPYRIGHT. Re-ordered blocks. * festival Removed e-mail from COPYRIGHT. Re-ordered blocks. * fxload Removed e-mail from COPYRIGHT. Re-ordered blocks. * geos Removed e-mail from COPYRIGHT. Re-ordered blocks. * gsl Removed e-mail from COPYRIGHT. Re-ordered blocks. * lato_fonts Removed e-mail from COPYRIGHT. Re-ordered blocks. * libabw Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcaca Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcdr Removed e-mail from COPYRIGHT. Re-ordered blocks. * libdv Removed e-mail from COPYRIGHT. Re-ordered blocks. * libebook Removed e-mail from COPYRIGHT. Re-ordered blocks. * libetonyek Removed e-mail from COPYRIGHT. Re-ordered blocks.
This commit is contained in:
@@ -1,28 +1,25 @@
|
||||
SUMMARY="A Device Firmware Update based USB programmer for Atmel chips"
|
||||
DESCRIPTION="
|
||||
dfu-programmer is an implementation of the Device Firmware Upgrade class
|
||||
USB driver that enables firmware upgrades for various USB enabled (with the
|
||||
correct bootloader) Atmel chips. This program was created because the
|
||||
Atmel "FLIP" program for flashing devices does not support flashing via USB
|
||||
on Linux, and because standard DFU loaders do not work for Atmel's chips.
|
||||
DESCRIPTION="dfu-programmer is an implementation of the Device Firmware \
|
||||
Upgrade class USB driver that enables firmware upgrades for various USB \
|
||||
enabled (with the correct bootloader) Atmel chips. This program was created \
|
||||
because the Atmel "FLIP" program for flashing devices does not support \
|
||||
flashing via USB on Linux, and because standard DFU loaders do not work for \
|
||||
Atmel's chips.
|
||||
|
||||
Check out the Atmel website for more information. They are kind enough to
|
||||
Check out the Atmel website for more information. They are kind enough to \
|
||||
provide generally correct specifications this implementation is based on.
|
||||
|
||||
The project website is http://dfu-programmer.sourceforge.net and you can
|
||||
use that to check for updates.
|
||||
"
|
||||
The project website is http://dfu-programmer.sourceforge.net and you can use \
|
||||
that to check for updates."
|
||||
HOMEPAGE="http://dfu-programmer.sourceforge.net"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
"
|
||||
COPYRIGHT="
|
||||
Weston Schmidt <weston_schmidt@alumni.purdue.edu>
|
||||
"
|
||||
COPYRIGHT="Weston Schmidt"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/dfu-programmer/dfu-programmer/0.6.2/dfu-programmer-0.6.2.tar.gz"
|
||||
SOURCE_DIR="dfu-programmer-0.6.2"
|
||||
CHECKSUM_SHA256="0120966a424dd98124962055750e90cbd6c7b6b0fbf5b187bf435daa0a24af65"
|
||||
REVISION="1"
|
||||
PATCHES="dfu-programmer-0.6.2.patch"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
@@ -31,31 +28,27 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="dfu-programmer-0.6.2.patch"
|
||||
|
||||
PROVIDES="
|
||||
dfu_programmer = $portVersion
|
||||
cmd:dfu_programmer$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libusb_1.0$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libusb_1.0$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libusb_1.0$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:automake
|
||||
cmd:autoconf
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user