wok rev 15266

clisp: add license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 11:03:46 2013 +0000 (2013-09-25)
parents dead8955c3ca
children 644c871a432b
files clisp/receipt
line diff
     1.1 --- a/clisp/receipt	Wed Sep 25 09:50:51 2013 +0000
     1.2 +++ b/clisp/receipt	Wed Sep 25 11:03:46 2013 +0000
     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  }