wok-6.x diff swig/receipt @ rev 21217
updated scim-tables* (0.5.9 -> 0.5.14.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 09 17:52:52 2019 +0100 (2019-04-09) |
parents | 8cfc8629accd |
children | 22b5cca12e48 |
line diff
1.1 --- a/swig/receipt Tue Feb 21 15:13:52 2012 -0500 1.2 +++ b/swig/receipt Tue Apr 09 17:52:52 2019 +0100 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 }