wok diff libmcrypt/receipt @ rev 16667
Add mlvpn
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 14 11:22:33 2014 +0000 (2014-05-14) |
parents | 186d50f34f48 |
children | d3eb5f4b53ea |
line diff
1.1 --- a/libmcrypt/receipt Thu Jun 24 17:26:03 2010 +0200 1.2 +++ b/libmcrypt/receipt Wed May 14 11:22:33 2014 +0000 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="Encryption Library" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 +LICENSE="LGPL2.1" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://mcrypt.sourceforge.net/" 1.11 WGET_URL="http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz" 1.12 1.13 +DEPENDS="" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -19,14 +21,14 @@ 1.19 --infodir=/usr/share/info \ 1.20 --mandir=/usr/share/man \ 1.21 $CONFIGURE_ARGS && 1.22 - make && make DESTDIR=$PWD/_pkg install 1.23 + make && make DESTDIR=$DESTDIR install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/lib 1.30 - cp -a $_pkg/usr/lib/libmcrypt $fs/usr/lib 1.31 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.32 + cp -a $install/usr/lib/libmcrypt $fs/usr/lib 1.33 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.34 } 1.35