wok diff libusb-compat/receipt @ rev 15969
openssl: up to 1.0.1f + add to ARM arch (almost rewrite receipt)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Feb 24 23:42:48 2014 +0100 (2014-02-24) |
parents | e8976775c42e |
children | 5613d51e1fdf |
line diff
1.1 --- a/libusb-compat/receipt Wed May 11 03:37:17 2011 +0200 1.2 +++ b/libusb-compat/receipt Mon Feb 24 23:42:48 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Compatibility layer to converts libusb 0.1 calls into 1.0 equivalents." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://libusb.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/libusb/$TARBALL" 1.11 @@ -20,13 +21,13 @@ 1.12 --prefix=/usr \ 1.13 $CONFIGURE_ARGS && 1.14 make && 1.15 - make DESTDIR=$PWD/_pkg install 1.16 + make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.24 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.25 } 1.26