wok-next diff avrdude/receipt @ rev 21545
updated cgames (2.2 -> 2.2b)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jun 21 17:35:44 2020 +0100 (2020-06-21) |
parents | 835b3b8ce6ac |
children |
line diff
1.1 --- a/avrdude/receipt Fri Apr 13 07:14:16 2018 +0300 1.2 +++ b/avrdude/receipt Sun Jun 21 17:35:44 2020 +0100 1.3 @@ -12,8 +12,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="$DEPENDS libusb-compat-dev libusb-dev libftdi-dev elfutils-dev \ 1.8 -readline-dev udev-dev" 1.9 +BUILD_DEPENDS="libusb-compat-dev libusb-dev libftdi-dev elfutils-dev \ 1.10 +readline-dev" 1.11 1.12 compile_rules() { 1.13 ./configure \ 1.14 @@ -26,5 +26,5 @@ 1.15 1.16 genpkg_rules() { 1.17 copy @std 1.18 - DEPENDS="libftdi libusb-compat libusb readline elfutils" 1.19 + DEPENDS="elfutils libftdi libusb libusb-compat readline" 1.20 }