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-xml-xql/PKGBUILD | |
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-xml-xql/PKGBUILD')
-rwxr-xr-x | abs/core-testing/perl_modules/perl-xml-xql/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/abs/core-testing/perl_modules/perl-xml-xql/PKGBUILD b/abs/core-testing/perl_modules/perl-xml-xql/PKGBUILD deleted file mode 100755 index 34757a3..0000000 --- a/abs/core-testing/perl_modules/perl-xml-xql/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Contributor: ndlarsen <ndlarsen@gmail.com> -# Comment: Based on PKGBUILDs from the perlcpan repo by Charles Mauch <cmauch@gmail.com> - -pkgname=perl-xml-xql -pkgver=0.68 -pkgrel=1 -pkgdesc="A perl module for querying XML tree structures with XQL" -arch=('i686') -url="http://search.cpan.org/dist/XML-XQL/lib/XML/XQL.pm" -license=('GPL Artistic') -depends=('perl-parse-yapp' 'perl-xml-dom' 'perl-xml-parser' 'perl-date-manip') -makedepends=() -provides=() -conflicts=() -replaces=() -backup=() -groups=() -options=(docs !emptydirs) -install= -noextract=() -source=(http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-XQL-$pkgver.tar.gz) -md5sums=('bb84096fdf8bcc96a35971539ce8c19e') - -build() { - - cd $startdir/src/XML-XQL-$pkgver - /usr/bin/perl Makefile.PL INSTALLDIRS=vendor MAN1ext=1p MAN3EXT=3pm - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 - /usr/bin/find $startdir/pkg -name '.packlist' -exec rm '{}' \; && \ - /usr/bin/find $startdir/pkg -name 'perllocal.pod' -exec rm '{}' \; - -} -# $Id$
\ No newline at end of file |