[arch-commits] Commit in perl-xmms/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon May 20 10:59:00 UTC 2013


    Date: Monday, May 20, 2013 @ 12:59:00
  Author: spupykin
Revision: 91230

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-xmms/repos/community-staging-i686/
  perl-xmms/repos/community-staging-i686/PKGBUILD
    (from rev 91229, perl-xmms/trunk/PKGBUILD)
  perl-xmms/repos/community-staging-x86_64/
  perl-xmms/repos/community-staging-x86_64/PKGBUILD
    (from rev 91229, perl-xmms/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: perl-xmms/repos/community-staging-i686/PKGBUILD (from rev 91229, perl-xmms/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-05-20 10:59:00 UTC (rev 91230)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Georg Grabler <ggrabler at gmail.com>
+
+pkgname=perl-xmms
+pkgver=0.12
+pkgrel=9
+pkgdesc="Bundle::Xmms - Bundle for xmms remote control shell"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/~dougm/Xmms-Perl/"
+depends=('perl' 'xmms' 'libxxf86dga')
+license=('GPL' 'PerlArtistic')
+source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOUGM/Xmms-Perl-${pkgver}.tar.gz")
+md5sums=('d1fbf6d09330f7855dd80f3ceee8e6f7')
+
+build() {
+  cd Xmms-Perl-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+
+  make
+}
+
+package() {
+  cd Xmms-Perl-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-xmms/repos/community-staging-x86_64/PKGBUILD (from rev 91229, perl-xmms/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-05-20 10:59:00 UTC (rev 91230)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Georg Grabler <ggrabler at gmail.com>
+
+pkgname=perl-xmms
+pkgver=0.12
+pkgrel=9
+pkgdesc="Bundle::Xmms - Bundle for xmms remote control shell"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/~dougm/Xmms-Perl/"
+depends=('perl' 'xmms' 'libxxf86dga')
+license=('GPL' 'PerlArtistic')
+source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOUGM/Xmms-Perl-${pkgver}.tar.gz")
+md5sums=('d1fbf6d09330f7855dd80f3ceee8e6f7')
+
+build() {
+  cd Xmms-Perl-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+
+  make
+}
+
+package() {
+  cd Xmms-Perl-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}




More information about the arch-commits mailing list