wok-next diff swig/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents 8cfc8629accd
children d43bf7aae921
line diff
     1.1 --- a/swig/receipt	Tue Feb 21 15:13:52 2012 -0500
     1.2 +++ b/swig/receipt	Thu Mar 17 00:11:28 2016 -0300
     1.3 @@ -4,6 +4,7 @@
     1.4  VERSION="2.0.4"
     1.5  CATEGORY="development"
     1.6  MAINTAINER="devel@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  SHORT_DESC="A compiler that makes it easy to integrate C and C++ code with scripting languages"
     1.9  WEB_SITE="http://www.swig.org/"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11 @@ -25,7 +26,6 @@
    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/share/$PACKAGE $fs/usr/share
    1.17 -	
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.20  }