summaryrefslogtreecommitdiff
path: root/community/perl-www-curl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/perl-www-curl
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/perl-www-curl')
-rw-r--r--community/perl-www-curl/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/perl-www-curl/PKGBUILD b/community/perl-www-curl/PKGBUILD
deleted file mode 100644
index 37a44c0d4..000000000
--- a/community/perl-www-curl/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 91700 2013-05-26 09:26:14Z bluewind $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Charles Mauch <cmauch@gmail.com>
-
-pkgname=perl-www-curl
-pkgver=4.15
-pkgrel=4
-pkgdesc="Perl/CPAN Module WWW::Curl"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/WWW-Curl/"
-license=("GPL" "PerlArtistic")
-depends=("curl")
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/WWW-Curl-${pkgver}.tar.gz")
-md5sums=('31c0b8c7e5e2d26bcc8213d702186d5f')
-
-build() {
- cd WWW-Curl-${pkgver}
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
- make
-}
-
-package() {
- cd WWW-Curl-${pkgver}
-
- make install DESTDIR=${pkgdir}
-
- find ${pkgdir} -name '.packlist' -delete
- find ${pkgdir} -name '*.pod' -delete
-}