[arch-commits] Commit in cddb_get/trunk (PKGBUILD)

Federico Cinelli cinelli at nymeria.archlinux.org
Sun Mar 3 01:37:04 UTC 2013


    Date: Sunday, March 3, 2013 @ 02:37:04
  Author: cinelli
Revision: 85539

upgpkg: cddb_get 2.27-5

Modified:
  cddb_get/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-03 01:33:53 UTC (rev 85538)
+++ PKGBUILD	2013-03-03 01:37:04 UTC (rev 85539)
@@ -1,6 +1,7 @@
 # $Id$
-# Maintainer: Chris Brannon <chris at the-brannons.com>
-# Contributor Sarah Hay <sarahhay at mb.sympatico.ca>
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: Chris Brannon <chris at the-brannons.com>
+# Contributor  Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=cddb_get
 _realname=CDDB_get
@@ -12,18 +13,21 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl>=5.10.0')
 options=('!emptydirs')
-source=(http://armin.emx.at/cddb/${_realname}-${pkgver}.tar.gz)
+source=("http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz")
 md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
 sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd "$srcdir/$_realname-$pkgver"
+  
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
+  
   make 
 }
 
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "$srcdir/$_realname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list