wok diff swig/receipt @ rev 16725
Add pgrouting
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 02 20:24:20 2014 +0000 (2014-06-02) |
parents | 8cfc8629accd |
children | 22b5cca12e48 |
line diff
1.1 --- a/swig/receipt Tue Feb 21 15:13:52 2012 -0500 1.2 +++ b/swig/receipt Mon Jun 02 20:24:20 2014 +0000 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 }