wok diff par2/receipt @ rev 18457
Add ldapfuse
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 28 12:50:42 2015 +0200 (2015-09-28) |
parents | d1768332cee0 |
children | 97e4114f1224 |
line diff
1.1 --- a/par2/receipt Sun May 08 09:01:58 2011 +0000 1.2 +++ b/par2/receipt Mon Sep 28 12:50:42 2015 +0200 1.3 @@ -6,9 +6,11 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Utility for posting and recovery of multi-part archives." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$SOURCE-$VERSION.tar.gz" 1.9 WEB_SITE="http://parchive.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/parchive/$TARBALL" 1.11 + 1.12 DEPENDS="gcc-lib-base" 1.13 1.14 # Rules to configure and make the package. 1.15 @@ -21,11 +23,11 @@ 1.16 --mandir=/usr/share/man \ 1.17 $CONFIGURE_ARGS && 1.18 make && 1.19 - make DESTDIR=$PWD/_pkg install 1.20 + make DESTDIR=$DESTDIR install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - cp -a $_pkg/usr $fs 1.27 + cp -a $install/usr $fs 1.28 }