wok diff gsl/receipt @ rev 18281
mate-control-center: update deps and force glib compile schemas
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Mon Aug 10 09:59:01 2015 -0300 (2015-08-10) |
parents | 8e4c74abdf74 |
children | 617057b68bbf |
line diff
1.1 --- a/gsl/receipt Mon Jan 02 23:06:19 2012 +0100 1.2 +++ b/gsl/receipt Mon Aug 10 09:59:01 2015 -0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Numerical library for C and C++ programmers." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.gnu.org/software/gsl/" 1.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -25,7 +26,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 + cp -a $install/usr/bin $fs/usr 1.17 rm $fs/usr/bin/*-config 1.18 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.19 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.20 }