wok-current diff libsigsegv/receipt @ rev 17526
Add jp2a
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 19 00:23:49 2015 +0100 (2015-01-19) |
parents | b35689fc665a |
children | 77a6f66653ab |
line diff
1.1 --- a/libsigsegv/receipt Fri Dec 24 13:35:54 2010 +0000 1.2 +++ b/libsigsegv/receipt Mon Jan 19 00:23:49 2015 +0100 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Library for handling page faults in user mode." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="" 1.8 +LICENSE="GPL2" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.gnu.org/software/libsigsegv/" 1.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 +DEPENDS="" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -19,14 +21,14 @@ 1.19 --infodir=/usr/share/info \ 1.20 --mandir=/usr/share/man \ 1.21 $CONFIGURE_ARGS && 1.22 - make && make DESTDIR=$PWD/_pkg install 1.23 + make && make DESTDIR=$DESTDIR install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/lib 1.30 - cp -a $_pkg/usr/lib $fs/usr 1.31 - cp -a $_pkg/usr/include $fs/usr 1.32 + cp -a $install/usr/lib $fs/usr 1.33 + cp -a $install/usr/include $fs/usr 1.34 } 1.35