wok diff perl-gd/receipt @ rev 19766

mysql, mariadb: fix pre_install status (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 09:35:09 2017 +0100 (2017-02-20)
parents 6acae73d40c8
children ed2ab2ea5f62
line diff
     1.1 --- a/perl-gd/receipt	Tue Feb 16 21:18:50 2010 +0100
     1.2 +++ b/perl-gd/receipt	Mon Feb 20 09:35:09 2017 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GD module is a Perl extension."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  DEPENDS="perl libgd"
     1.9  BUILD_DEPENDS="perl libgd-dev libgd"
    1.10  SOURCE="GD"
    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