wok-6.x annotate avrdude/receipt @ rev 21592
updated ocaml (3.12.1 -> 4.07.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 21 11:08:14 2019 +0100 (2019-05-21) |
parents | 9415addc582d |
children | 9af0e03b8ad0 |
rev | line source |
---|---|
psychomaniak@20112 | 1 # SliTaz package receipt. |
psychomaniak@20112 | 2 |
psychomaniak@20112 | 3 PACKAGE="avrdude" |
psychomaniak@20112 | 4 VERSION="6.3" |
psychomaniak@20112 | 5 CATEGORY="electronics" |
psychomaniak@20112 | 6 SHORT_DESC="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers" |
psychomaniak@20112 | 7 MAINTAINER="psychomaniak@xakep.ru" |
psychomaniak@20112 | 8 LICENSE="GPL" |
psychomaniak@20112 | 9 WEB_SITE="http://www.nongnu.org/avrdude/" |
psychomaniak@20112 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
psychomaniak@20112 | 11 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" |
psychomaniak@20112 | 12 |
psychomaniak@20112 | 13 DEPENDS="libftdi libusb-compat libusb readline elfutils" |
pascal@20578 | 14 BUILD_DEPENDS="$DEPENDS libusb-compat-dev libusb-dev libftdi-dev elfutils-dev \ |
pascal@20578 | 15 file" |
psychomaniak@20112 | 16 |
psychomaniak@20112 | 17 # Rules to configure and make the package. |
psychomaniak@20112 | 18 compile_rules() |
psychomaniak@20112 | 19 { |
psychomaniak@20112 | 20 ./configure \ |
psychomaniak@20112 | 21 --mandir=/usr/share/man \ |
psychomaniak@20112 | 22 --prefix=/usr \ |
psychomaniak@20112 | 23 --sysconfdir=/etc \ |
psychomaniak@20112 | 24 --enable-linuxgpio |
psychomaniak@20112 | 25 make && make install |
psychomaniak@20112 | 26 } |
psychomaniak@20112 | 27 |
psychomaniak@20112 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
psychomaniak@20112 | 29 genpkg_rules() |
psychomaniak@20112 | 30 { |
psychomaniak@20112 | 31 cp -a $install/* $fs |
psychomaniak@20112 | 32 } |