diff options
author | sibel <lesibel at free dot fr> | 2010-06-10 12:09:25 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-06-10 12:09:25 +0200 |
commit | e51c4c346ce27514be944506dc2d0da278cf478b (patch) | |
tree | b94698ee3429273bffb67b7d28a234a97e9aacc8 /base/p5-date-manip/Pkgfile | |
parent | a5e45d5067e318d204609ff626c4a846804d32b6 (diff) | |
download | nutyx-pakxe-e51c4c346ce27514be944506dc2d0da278cf478b.tar.gz nutyx-pakxe-e51c4c346ce27514be944506dc2d0da278cf478b.tar.bz2 nutyx-pakxe-e51c4c346ce27514be944506dc2d0da278cf478b.tar.xz nutyx-pakxe-e51c4c346ce27514be944506dc2d0da278cf478b.zip |
Maj de chromium#5.0.375.71-1
Diffstat (limited to 'base/p5-date-manip/Pkgfile')
-rwxr-xr-x | base/p5-date-manip/Pkgfile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/base/p5-date-manip/Pkgfile b/base/p5-date-manip/Pkgfile deleted file mode 100755 index 5ca82add0..000000000 --- a/base/p5-date-manip/Pkgfile +++ /dev/null @@ -1,31 +0,0 @@ -# Description: Perl date manip -# URL: http://search.cpan.org/~sbeck/Date-Manip-5.48/Manip.pod -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch - -name=p5-date-manip -version=6.07 -release=1 -source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-$version.tar.gz) - - -build() { - cd Date-Manip-$version - - perl Makefile.PL - make OPTIMIZE="$CFLAGS" - make install DESTDIR=$PKG - - # Remove perlcrap - find $PKG \ - -name .packlist -or \ - -name '*.bs' -or \ - -name autosplit.ix -or \ - -name perllocal.pod | xargs rm - - # Remove empty directories - find $PKG -depth -empty -exec rm -rf {} \; - - chown -R root:root $PKG - -} |