wok diff mcrypt/receipt @ rev 18757

syslinux: compress c32 modules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 29 08:59:31 2015 +0100 (2015-12-29)
parents 6a0bb22dcc73
children 370da83187ab
line diff
     1.1 --- a/mcrypt/receipt	Tue Sep 24 09:41:08 2013 +0000
     1.2 +++ b/mcrypt/receipt	Tue Dec 29 08:59:31 2015 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="Encryption"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://mcrypt.sourceforge.net/"
    1.10  WGET_URL="http://downloads.sourceforge.net/project/mcrypt/MCrypt/$VERSION/$TARBALL"
    1.11 @@ -26,6 +27,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  }
    1.18 -