diff options
Diffstat (limited to 'abs/core/perl_modules/perl-pathtools')
-rw-r--r-- | abs/core/perl_modules/perl-pathtools/PKGBUILD | 23 | ||||
-rw-r--r-- | abs/core/perl_modules/perl-pathtools/license.txt | 6 |
2 files changed, 0 insertions, 29 deletions
diff --git a/abs/core/perl_modules/perl-pathtools/PKGBUILD b/abs/core/perl_modules/perl-pathtools/PKGBUILD deleted file mode 100644 index a88a231..0000000 --- a/abs/core/perl_modules/perl-pathtools/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ - -pkgname=perl-pathtools -pkgver=3.33 -pkgrel=1 -pkgdesc="Current working directory (CWD) and File::Spec perl modules" -arch=('i686' 'x86_64') -url="http://search.cpan.org/~KWILLIAMS/Path-Class" - -license=('GPL' 'PerlArtistic') -depends=('perl>=5.10.0') -options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/PathTools-$pkgver.tar.gz) -groups=('shepherd-dep') -build() { - cd $startdir/src/PathTools-$pkgver - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 - make || return 1 - make install DESTDIR=$startdir/pkg || return 1 - find $startdir/pkg -name '.packlist' -delete - find $startdir/pkg -name '*.pod' -delete -} - -md5sums=('92f0df032c399fadef2e2e647ebc3111') diff --git a/abs/core/perl_modules/perl-pathtools/license.txt b/abs/core/perl_modules/perl-pathtools/license.txt deleted file mode 100644 index 508353d..0000000 --- a/abs/core/perl_modules/perl-pathtools/license.txt +++ /dev/null @@ -1,6 +0,0 @@ -"THE BEER-WARE LICENSE" (Revision 42): -<phk@login.dknet.dk> wrote this file. As long as you retain this -notice you can do whatever you want with this stuff. If we meet some -day, and you think this stuff is worth it, you can buy me a beer in -return. Poul-Henning Kamp - |