wok diff par2/receipt @ rev 16995

xterm: delete local manpage, it looks incorrect
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Aug 10 03:54:11 2014 +0200 (2014-08-10)
parents d1768332cee0
children 97e4114f1224
line diff
     1.1 --- a/par2/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/par2/receipt	Sun Aug 10 03:54:11 2014 +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  }