wok-6.x diff perl-class-accessor/receipt @ rev 18211
cups-filters: save patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 16 09:43:24 2015 +0200 (2015-07-16) |
parents | 2d12ebd38be4 |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/perl-class-accessor/receipt Fri Jun 07 18:46:07 2013 +0200 1.2 +++ b/perl-class-accessor/receipt Thu Jul 16 09:43:24 2015 +0200 1.3 @@ -6,16 +6,17 @@ 1.4 SHORT_DESC="Automated accessor generation" 1.5 MAINTAINER="slaxemulator@gmail.com" 1.6 LICENSE="GPL" 1.7 -DEPENDS="perl" 1.8 SOURCE="Class-Accessor" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://search.cpan.org/dist/Class-Accessor/" 1.11 WGET_URL="http://www.cpan.org/authors/id/K/KA/KASEI/$TARBALL" 1.12 1.13 +DEPENDS="perl" 1.14 +BUILD_DEPENDS="perl" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 - cd $src 1.20 perl Makefile.PL && 1.21 make && 1.22 make DESTDIR=$DESTDIR install 1.23 @@ -27,4 +28,3 @@ 1.24 mkdir -p $fs/usr 1.25 cp -a $install/usr/lib $fs/usr 1.26 } 1.27 -