From 31dfdbcd16958eff153fd9622c0623d5c50eef62 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 11 Aug 2009 22:47:55 +0200 Subject: Ajout de p5-tk#804.028_501-1 --- extra/p5-tk/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 extra/p5-tk/Pkgfile (limited to 'extra/p5-tk/Pkgfile') diff --git a/extra/p5-tk/Pkgfile b/extra/p5-tk/Pkgfile new file mode 100644 index 000000000..9010957f0 --- /dev/null +++ b/extra/p5-tk/Pkgfile @@ -0,0 +1,22 @@ +# Description: Connecteur perl pour tk +# URL: http://search.cpan.org/~ni-s/Tk-804.027/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: perl, tk + +name=p5-tk +version=804.028_501 +release=1 +source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-$version.tar.gz) + +build() { + cd Tk-$version + perl Makefile.PL + make OPTIMIZE="${CFLAGS}" + make DESTDIR=$PKG install + find $PKG \ + -name perllocal.pod \ + -o -name .packlist | xargs rm + find $PKG -empty | xargs rmdir -p ||: + chown -R root:root $PKG +} -- cgit v1.2.3-70-g09d2