wok-next diff libmcrypt/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 25deb7c6df08 |
children |
line diff
1.1 --- a/libmcrypt/receipt Sat Apr 14 03:34:33 2018 +0300 1.2 +++ b/libmcrypt/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -4,20 +4,20 @@ 1.4 VERSION="2.5.8" 1.5 CATEGORY="security" 1.6 SHORT_DESC="Encryption Library" 1.7 -MAINTAINER="erjo@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="LGPL2.1" 1.10 WEB_SITE="http://mcrypt.sourceforge.net/" 1.11 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WGET_URL="$SF_MIRROR/mcrypt/$TARBALL" 1.14 1.15 -SPLIT="libmcrypt-dev" 1.16 +SPLIT="$PACKAGE-dev" 1.17 1.18 compile_rules() { 1.19 ./configure $CONFIGURE_ARGS && 1.20 fix libtool && 1.21 make && 1.22 - make DESTDIR=$DESTDIR install 1.23 + make DESTDIR=$install install 1.24 } 1.25 1.26 genpkg_rules() {