[arch-commits] Commit in perl-xml-sax-writer/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Dec 23 22:23:24 UTC 2014
Date: Tuesday, December 23, 2014 @ 23:23:24
Author: spupykin
Revision: 124467
archrelease: copy trunk to community-any
Added:
perl-xml-sax-writer/repos/community-any/PKGBUILD
(from rev 124466, perl-xml-sax-writer/trunk/PKGBUILD)
Deleted:
perl-xml-sax-writer/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-23 22:23:14 UTC (rev 124466)
+++ PKGBUILD 2014-12-23 22:23:24 UTC (rev 124467)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Ondrej Kucera <ondrej.kucera at centrum.cz>
-
-pkgname=perl-xml-sax-writer
-pkgver=0.54
-pkgrel=1
-pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
-arch=("any")
-url="http://search.cpan.org/dist/XML-SAX-Writer/"
-license=("PerlArtistic")
-depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
-md5sums=('383139d76418a82b9800dc4f8b568891')
-
-build() {
- cd $srcdir/XML-SAX-Writer-${pkgver}
- # Install module into the vendor directories.
- perl Makefile.PL INSTALLDIRS=vendor
- make
- make test
-}
-
-package() {
- cd $srcdir/XML-SAX-Writer-${pkgver}
- make DESTDIR=$pkgdir install
-
- # Remove .packlist and perllocal.pod files.
- find $pkgdir -name '.packlist' -delete
- find $pkgdir -name 'perllocal.pod' -delete
-}
Copied: perl-xml-sax-writer/repos/community-any/PKGBUILD (from rev 124466, perl-xml-sax-writer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-12-23 22:23:24 UTC (rev 124467)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Ondrej Kucera <ondrej.kucera at centrum.cz>
+
+pkgname=perl-xml-sax-writer
+pkgver=0.56
+pkgrel=1
+pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
+arch=("any")
+url="http://search.cpan.org/dist/XML-SAX-Writer/"
+license=("PerlArtistic")
+depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
+md5sums=('e5fa5e2b2f6867b1aca9b5b43e1ce361')
+
+build() {
+ cd $srcdir/XML-SAX-Writer-${pkgver}
+ # Install module into the vendor directories.
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make test
+}
+
+package() {
+ cd $srcdir/XML-SAX-Writer-${pkgver}
+ make DESTDIR=$pkgdir install
+
+ # Remove .packlist and perllocal.pod files.
+ find $pkgdir -name '.packlist' -delete
+ find $pkgdir -name 'perllocal.pod' -delete
+}
More information about the arch-commits
mailing list