diff options
author | sibel <sibel@free.fr> | 2010-02-27 15:49:44 +0100 |
---|---|---|
committer | sibel <sibel@free.fr> | 2010-02-27 15:49:44 +0100 |
commit | f9918d059520d60cd914f23304d8a101dbd342a1 (patch) | |
tree | b2213423375f24a053711c50943b69426ab88db9 /extra/p5-X11-Protocol/Pkgfile | |
parent | 9332487c6521ca1b58e7a9836a6158ab50d6f5fb (diff) | |
parent | 6e598c792c7aa2ec210123efee42601a01b09064 (diff) | |
download | nutyx-extra-f9918d059520d60cd914f23304d8a101dbd342a1.tar.gz nutyx-extra-f9918d059520d60cd914f23304d8a101dbd342a1.tar.bz2 nutyx-extra-f9918d059520d60cd914f23304d8a101dbd342a1.tar.xz nutyx-extra-f9918d059520d60cd914f23304d8a101dbd342a1.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/p5-X11-Protocol/Pkgfile')
-rw-r--r-- | extra/p5-X11-Protocol/Pkgfile | 22 |
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 ||: - -} - |