wok diff perl-net-dns/receipt @ rev 18670

taziso, iso2exe.sh: add custom config support ; awstat-hotspot, awesome, avant-window-navigator: update pre/post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 04 21:23:22 2015 +0100 (2015-12-04)
parents de800ad8c510
children 20661c276bcf
line diff
     1.1 --- a/perl-net-dns/receipt	Sun Sep 12 14:51:09 2010 +0000
     1.2 +++ b/perl-net-dns/receipt	Fri Dec 04 21:23:22 2015 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Net::DNS module is a Perl extension."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  DEPENDS="perl perl-io-socket-inet6"
     1.9  BUILD_DEPENDS="perl perl-io-socket-inet6"
    1.10  SOURCE="Net-DNS"
    1.11 @@ -19,13 +20,13 @@
    1.12  	cd $src
    1.13  	yes n | perl Makefile.PL
    1.14  	make
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr
    1.23 -	cp -a $_pkg/usr/lib $fs/usr
    1.24 +	cp -a $install/usr/lib $fs/usr
    1.25  }
    1.26