From a668b248176724e6abfd3fe59f2233eda25421f0 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 29 Jan 2011 19:43:35 +0100 Subject: p5-x11-protocol dans base --- base/p5-x11-protocol/Pkgfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 base/p5-x11-protocol/Pkgfile (limited to 'base/p5-x11-protocol/Pkgfile') diff --git a/base/p5-x11-protocol/Pkgfile b/base/p5-x11-protocol/Pkgfile new file mode 100644 index 000000000..c5c7e3d0b --- /dev/null +++ b/base/p5-x11-protocol/Pkgfile @@ -0,0 +1,25 @@ +# Description: perl_X11_protocol# +# URL:http://cpan.org/modules/by-module/X11/ +# Maintainer: NuTyX core team +# Packager: Skippythekangoo AT yahoo DOT fr +# Depends on: +# Run on: + +name=p5-x11-protocol +_name=X11-Protocol +version=0.56 +release=1 +source=(http://cpan.org/modules/by-module/X11/$_name-$version.tar.gz) +build() { +cd $_name-$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 ||: + +} + + -- cgit v1.2.3-70-g09d2