summaryrefslogtreecommitdiffstats
path: root/extra/p5-extutils-pkgconfig
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/p5-extutils-pkgconfig
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/p5-extutils-pkgconfig')
-rw-r--r--extra/p5-extutils-pkgconfig/.footprint.i6869
-rw-r--r--extra/p5-extutils-pkgconfig/.footprint.x86_649
-rw-r--r--extra/p5-extutils-pkgconfig/.md5sum.i6861
-rw-r--r--extra/p5-extutils-pkgconfig/.md5sum.x86_641
-rw-r--r--extra/p5-extutils-pkgconfig/Pkgfile23
5 files changed, 0 insertions, 43 deletions
diff --git a/extra/p5-extutils-pkgconfig/.footprint.i686 b/extra/p5-extutils-pkgconfig/.footprint.i686
deleted file mode 100644
index 1c77e38ed..000000000
--- a/extra/p5-extutils-pkgconfig/.footprint.i686
+++ /dev/null
@@ -1,9 +0,0 @@
-drwxr-xr-x root/root usr/
-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/ExtUtils::PkgConfig.3.gz
-drwxr-xr-x root/root usr/share/perl5/
-drwxr-xr-x root/root usr/share/perl5/site/
-drwxr-xr-x root/root usr/share/perl5/site/ExtUtils/
--r--r--r-- root/root usr/share/perl5/site/ExtUtils/PkgConfig.pm
diff --git a/extra/p5-extutils-pkgconfig/.footprint.x86_64 b/extra/p5-extutils-pkgconfig/.footprint.x86_64
deleted file mode 100644
index 1c77e38ed..000000000
--- a/extra/p5-extutils-pkgconfig/.footprint.x86_64
+++ /dev/null
@@ -1,9 +0,0 @@
-drwxr-xr-x root/root usr/
-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/ExtUtils::PkgConfig.3.gz
-drwxr-xr-x root/root usr/share/perl5/
-drwxr-xr-x root/root usr/share/perl5/site/
-drwxr-xr-x root/root usr/share/perl5/site/ExtUtils/
--r--r--r-- root/root usr/share/perl5/site/ExtUtils/PkgConfig.pm
diff --git a/extra/p5-extutils-pkgconfig/.md5sum.i686 b/extra/p5-extutils-pkgconfig/.md5sum.i686
deleted file mode 100644
index 9452c4379..000000000
--- a/extra/p5-extutils-pkgconfig/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-8fc5c0b30cfda2048ec87ae418cc3508 ExtUtils-PkgConfig-1.12.tar.gz
diff --git a/extra/p5-extutils-pkgconfig/.md5sum.x86_64 b/extra/p5-extutils-pkgconfig/.md5sum.x86_64
deleted file mode 100644
index 9452c4379..000000000
--- a/extra/p5-extutils-pkgconfig/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-8fc5c0b30cfda2048ec87ae418cc3508 ExtUtils-PkgConfig-1.12.tar.gz
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 ||:
-}
-