summaryrefslogtreecommitdiffstats
path: root/extra/p5-date-manip/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/p5-date-manip/Pkgfile')
-rwxr-xr-xextra/p5-date-manip/Pkgfile32
1 files changed, 0 insertions, 32 deletions
diff --git a/extra/p5-date-manip/Pkgfile b/extra/p5-date-manip/Pkgfile
deleted file mode 100755
index 6280b0d43..000000000
--- a/extra/p5-date-manip/Pkgfile
+++ /dev/null
@@ -1,32 +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
-# 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
-
-}