wok-next diff libftdi/receipt @ rev 21596
updated dos2unix (7.4.0 -> 7.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 14:10:06 2020 +0100 (2020-06-24) |
parents | a3c581bf52b8 |
children |
line diff
1.1 --- a/libftdi/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/libftdi/receipt Wed Jun 24 14:10:06 2020 +0100 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="0.18" 1.5 CATEGORY="system-tools" 1.6 SHORT_DESC="A library to talk to FTDI chips using libusb" 1.7 -MAINTAINER="rcx@zoominternet.net" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="BSD GPL2 LGPL2" 1.10 WEB_SITE="https://www.intra2net.com/en/developer/libftdi/" 1.11 1.12 @@ -12,13 +12,13 @@ 1.13 WGET_URL="https://www.intra2net.com/en/developer/libftdi/download/$TARBALL" 1.14 1.15 BUILD_DEPENDS="slitaz-toolchain libusb-dev libusb libusb-compat-dev eudev-dev" 1.16 -SPLIT="libftdi-dev" 1.17 +SPLIT="$PACKAGE-dev" 1.18 1.19 compile_rules() { 1.20 ./configure $CONFIGURE_ARGS && 1.21 fix libtool && 1.22 make && 1.23 - make DESTDIR=$DESTDIR install 1.24 + make DESTDIR=$install install 1.25 } 1.26 1.27 genpkg_rules() {