summaryrefslogtreecommitdiffstats
path: root/extra/p5-X11-Protocol/Pkgfile
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-02-27 15:49:44 +0100
committersibel <sibel@free.fr>2010-02-27 15:49:44 +0100
commitf9918d059520d60cd914f23304d8a101dbd342a1 (patch)
treeb2213423375f24a053711c50943b69426ab88db9 /extra/p5-X11-Protocol/Pkgfile
parent9332487c6521ca1b58e7a9836a6158ab50d6f5fb (diff)
parent6e598c792c7aa2ec210123efee42601a01b09064 (diff)
downloadnutyx-pakxe-f9918d059520d60cd914f23304d8a101dbd342a1.tar.gz
nutyx-pakxe-f9918d059520d60cd914f23304d8a101dbd342a1.tar.bz2
nutyx-pakxe-f9918d059520d60cd914f23304d8a101dbd342a1.tar.xz
nutyx-pakxe-f9918d059520d60cd914f23304d8a101dbd342a1.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/p5-X11-Protocol/Pkgfile')
-rw-r--r--extra/p5-X11-Protocol/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/p5-X11-Protocol/Pkgfile b/extra/p5-X11-Protocol/Pkgfile
deleted file mode 100644
index bf875a393..000000000
--- a/extra/p5-X11-Protocol/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: perl_X11_protocol
-# URL:http://cpan.org/modules/by-module/X11/
-# Maintainer: NuTyX core team
-# Packager: Skippythekangoo AT yahoo DOT fr
-# Depends on:perl,xorg
-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 ||:
-
-}
-