From e0e230bb4ff7b59cd496747e0ce23d10b6553a05 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 18 Dec 2009 19:23:44 +0100 Subject: p5-date-manip, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/p5-date-manip/.footprint | 12 ++++++++++++ base/p5-date-manip/.md5sum | 1 + base/p5-date-manip/Pkgfile | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 base/p5-date-manip/.footprint create mode 100644 base/p5-date-manip/.md5sum create mode 100755 base/p5-date-manip/Pkgfile (limited to 'base/p5-date-manip') diff --git a/base/p5-date-manip/.footprint b/base/p5-date-manip/.footprint new file mode 100644 index 000000000..844364f57 --- /dev/null +++ b/base/p5-date-manip/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/Date/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/Date/Manip.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/Date/Manip.pod +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/Date::Manip.3.gz diff --git a/base/p5-date-manip/.md5sum b/base/p5-date-manip/.md5sum new file mode 100644 index 000000000..f96055851 --- /dev/null +++ b/base/p5-date-manip/.md5sum @@ -0,0 +1 @@ +16c343329bad644b17f4f8ec5fb243cf Date-Manip-5.54.tar.gz diff --git a/base/p5-date-manip/Pkgfile b/base/p5-date-manip/Pkgfile new file mode 100755 index 000000000..6280b0d43 --- /dev/null +++ b/base/p5-date-manip/Pkgfile @@ -0,0 +1,32 @@ +# 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 +# Depends on: + +name=p5-date-manip +version=5.54 +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 + +} -- cgit v1.2.3-54-g00ecf