wok diff libiec61883/receipt @ rev 20421
Update some web_site to https
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 07 23:03:21 2018 +0200 (2018-08-07) |
parents | f66beb36a331 |
children | 8685ee90f6aa |
line diff
1.1 --- a/libiec61883/receipt Sun Jul 11 10:17:23 2010 +0200 1.2 +++ b/libiec61883/receipt Tue Aug 07 23:03:21 2018 +0200 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="libiec61883 is a standard defining a high speed serial bus." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="libraw1394" 1.8 -BUILD_DEPENDS="libraw1394 libraw1394-dev" 1.9 +LICENSE="LGPL2.1" 1.10 #TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" 1.12 WEB_SITE="http://www.linux1394.org/" 1.13 #WGET_URL="http://www.linux1394.org/dl/$TARBALL" 1.14 WGET_URL="http://ftp.debian.org/pool/main/libi/$PACKAGE/$TARBALL" 1.15 1.16 +DEPENDS="libraw1394" 1.17 +BUILD_DEPENDS="libraw1394 libraw1394-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 @@ -22,14 +24,14 @@ 1.23 --mandir=/usr/share/man \ 1.24 $CONFIGURE_ARGS && 1.25 make && 1.26 - make DESTDIR=$PWD/_pkg install 1.27 + make DESTDIR=$DESTDIR install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 mkdir -p $fs/usr/lib $fs/dev 1.34 - cp -a $_pkg/usr/bin $fs/usr 1.35 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.36 + cp -a $install/usr/bin $fs/usr 1.37 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.38 } 1.39