wok diff libmcrypt/receipt @ rev 19446
dillo: add stuff/fltk-1.3.3.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 15 18:21:21 2016 +0200 (2016-10-15) |
parents | 8f447cf2eee5 |
children | 370da83187ab |
line diff
1.1 --- a/libmcrypt/receipt Sat Nov 09 20:47:29 2013 +0000 1.2 +++ b/libmcrypt/receipt Sat Oct 15 18:21:21 2016 +0200 1.3 @@ -8,14 +8,13 @@ 1.4 LICENSE="LGPL2.1" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://mcrypt.sourceforge.net/" 1.7 -WGET_URL="http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz" 1.8 +WGET_URL="http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/$VERSION/$TARBALL" 1.9 1.10 DEPENDS="" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 ./configure \ 1.17 --prefix=/usr \ 1.18 --infodir=/usr/share/info \ 1.19 @@ -31,4 +30,3 @@ 1.20 cp -a $install/usr/lib/libmcrypt $fs/usr/lib 1.21 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.22 } 1.23 -