wok diff perl-extutils-pkgconfig/receipt @ rev 14804

slitaz-tools-boxes: get source from hg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 16 23:01:09 2013 +0200 (2013-07-16)
parents 349d8a3333f4
children a069b393eeda
line diff
     1.1 --- a/perl-extutils-pkgconfig/receipt	Mon May 25 23:24:56 2009 +0000
     1.2 +++ b/perl-extutils-pkgconfig/receipt	Tue Jul 16 23:01:09 2013 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Simplistic interface to pkg-config"
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  DEPENDS="perl pkg-config"
     1.9  BUILD_DEPENDS="perl pkg-config"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11 @@ -18,13 +19,13 @@
    1.12  	cd $src
    1.13  	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