diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/perl_modules/perl-pathtools | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/perl_modules/perl-pathtools')
-rw-r--r-- | abs/core-testing/perl_modules/perl-pathtools/PKGBUILD | 22 | ||||
-rw-r--r-- | abs/core-testing/perl_modules/perl-pathtools/license.txt | 6 |
2 files changed, 0 insertions, 28 deletions
diff --git a/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD b/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD deleted file mode 100644 index db11a6f..0000000 --- a/abs/core-testing/perl_modules/perl-pathtools/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ - -pkgname=perl-pathtools -pkgver=3.29 -pkgrel=2 -pkgdesc="get name of current working directory" -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 -} - diff --git a/abs/core-testing/perl_modules/perl-pathtools/license.txt b/abs/core-testing/perl_modules/perl-pathtools/license.txt deleted file mode 100644 index 508353d..0000000 --- a/abs/core-testing/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 - |