diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-10 20:31:14 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-10 20:31:14 +0200 |
commit | 4701e6ac78ace4d3aaeb8792bad2de695d835c3c (patch) | |
tree | 68afd99ee49afa18f5c706d23af598f7f7084e73 /base/p5-date-manip | |
parent | cae988c096bcdda53735afa0f9880c2e02957673 (diff) | |
parent | 282de97ecc3629bcd7b44148cb36e20ecf211353 (diff) | |
download | nutyx-extra-4701e6ac78ace4d3aaeb8792bad2de695d835c3c.tar.gz nutyx-extra-4701e6ac78ace4d3aaeb8792bad2de695d835c3c.tar.bz2 nutyx-extra-4701e6ac78ace4d3aaeb8792bad2de695d835c3c.tar.xz nutyx-extra-4701e6ac78ace4d3aaeb8792bad2de695d835c3c.zip |
Merge commit 'lesibel/master'
Diffstat (limited to 'base/p5-date-manip')
-rw-r--r-- | base/p5-date-manip/.md5sum | 1 | ||||
-rwxr-xr-x | base/p5-date-manip/Pkgfile | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/base/p5-date-manip/.md5sum b/base/p5-date-manip/.md5sum deleted file mode 100644 index d4dee1513..000000000 --- a/base/p5-date-manip/.md5sum +++ /dev/null @@ -1 +0,0 @@ -5a7724564c964a33aaf92bf4c7613fcc Date-Manip-6.07.tar.gz 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 - -} |