summaryrefslogtreecommitdiff
path: root/p5-module-build
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2009-07-09 19:24:39 +1000
committerDanny Rawlins <monster.romster@gmail.com>2009-07-09 19:24:39 +1000
commitd2bc7f254962c3cbc374b44cb4a7a61d1e2d1070 (patch)
tree14cc2a1de391662f22e953aacba4cefb921cdb4e /p5-module-build
parent67ac0e173c1d413e02be10c02468733250a0ba61 (diff)
downloadcontrib-d2bc7f254962c3cbc374b44cb4a7a61d1e2d1070.tar.gz
contrib-d2bc7f254962c3cbc374b44cb4a7a61d1e2d1070.tar.xz
remove some files that shouldn't of been commited from last commit
Diffstat (limited to 'p5-module-build')
-rw-r--r--p5-module-build/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/p5-module-build/Pkgfile b/p5-module-build/Pkgfile
deleted file mode 100644
index 6b81f5cd0..000000000
--- a/p5-module-build/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: Build and install perl modules.
-# URL: http://search.cpan.org/~kwilliams/Module-Build/
-# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
-# Packager: Richard Pöttler, richard dot poettler at gmail dot com
-# Depends on:
-
-name=p5-module-build
-version=0.30
-release=1
-source=(http://www.cpan.org/modules/by-module/Module/Module-Build-$version.tar.gz)
-
-build() {
- cd Module-Build-$version
- perl Build.PL --prefix $PKG/usr --installdirs site
- ./Build
- ./Build install
-
- find $PKG \( \
- -name perllocal.pod -o \
- -name .packlist \
- \) -delete
-
- find $PKG -type d -empty -delete
-}

Generated by cgit