From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- extra/p5-tk/Pkgfile | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 extra/p5-tk/Pkgfile (limited to 'extra/p5-tk/Pkgfile') diff --git a/extra/p5-tk/Pkgfile b/extra/p5-tk/Pkgfile deleted file mode 100644 index f9fc4c428..000000000 --- a/extra/p5-tk/Pkgfile +++ /dev/null @@ -1,27 +0,0 @@ -# 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: tk, p5-x11-protocol -# Run on: tk,p5-x11-protocol - -name=p5-tk -version=804.029 -release=3 -source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-$version.tar.gz) - -build() { - unset MAKEFLAGS - cd Tk-$version - # The Xlib header is wrong... - sed -i 's/XKeycodeToKeysym\(.*\)unsigned int/XKeycodeToKeysym\1KeyCode/' pTk/Xlib.h - 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-54-g00ecf