wok-6.x diff perl-preadsheet-parseexcel/receipt @ rev 21619
gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 25 14:09:45 2019 +0300 (2019-05-25) |
parents | b979cfbd5b0f |
children | ca4a422cce07 |
line diff
1.1 --- a/perl-preadsheet-parseexcel/receipt Sun Oct 19 11:13:53 2008 +0000 1.2 +++ b/perl-preadsheet-parseexcel/receipt Sat May 25 14:09:45 2019 +0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Spreadsheet::ParseExcel module is a Perl extension." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL" 1.8 DEPENDS="perl" 1.9 BUILD_DEPENDS="perl" 1.10 SOURCE="Spreadsheet-ParseExcel" 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