wok-6.x diff swig/receipt @ rev 18260
Up slitaz-tools(949): fix tazbox manage_i18n
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Aug 05 02:38:24 2015 +0300 (2015-08-05) |
parents | 8cfc8629accd |
children | 22b5cca12e48 |
line diff
1.1 --- a/swig/receipt Tue Feb 21 15:13:52 2012 -0500 1.2 +++ b/swig/receipt Wed Aug 05 02:38:24 2015 +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 }