summaryrefslogtreecommitdiffstats
path: root/extra/p5-extutils-pkgconfig/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/p5-extutils-pkgconfig/Pkgfile')
-rw-r--r--extra/p5-extutils-pkgconfig/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/p5-extutils-pkgconfig/Pkgfile b/extra/p5-extutils-pkgconfig/Pkgfile
deleted file mode 100644
index 1902c9e7f..000000000
--- a/extra/p5-extutils-pkgconfig/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Connecteur perl pour pkgconfig
-# URL: http://www.gtkperl.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: p5-xml-parser
-# Run on: p5-xml-parser
-
-name=p5-extutils-pkgconfig
-version=1.12
-release=2
-source=(http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-PkgConfig-$version.tar.gz)
-
-build() {
- cd ExtUtils-PkgConfig-$version
- perl Makefile.PL
- make
- make DESTDIR=$PKG install
- find $PKG \
- -name perllocal.pod \
- -o -name .packlist | xargs rm
- find $PKG -empty | xargs rmdir -p ||:
-}
-