wok-next diff libftdi/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a3c581bf52b8
children
line diff
     1.1 --- a/libftdi/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/libftdi/receipt	Fri Nov 02 14:15:08 2018 +0200
     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() {