wok diff clisp/receipt @ rev 17238
dovecot, proftpd: CVE-2014-3566
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 18 14:31:43 2014 +0200 (2014-10-18) |
parents | 3dc5b5917da0 |
children | d5a39f30f9f1 |
line diff
1.1 --- a/clisp/receipt Fri May 27 04:46:06 2011 +0200 1.2 +++ b/clisp/receipt Sat Oct 18 14:31:43 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="GNU ANSI common lisp implementation." 1.6 MAINTAINER="paul@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://clisp.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -33,9 +34,9 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib $fs/usr 1.17 - cp -a $_pkg/usr/share $fs/usr 1.18 + cp -a $install/usr/bin $fs/usr 1.19 + cp -a $install/usr/lib $fs/usr 1.20 + cp -a $install/usr/share $fs/usr 1.21 # remove stuff 1.22 rm -rf $fs/usr/share/man 1.23 }