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

Hugo Doria hugo at archlinux.org
Sat Mar 21 03:30:06 UTC 2009


    Date: Friday, March 20, 2009 @ 23:30:06
  Author: hugo
Revision: 30627

upgpkg: cdtool 2.1.8-2
    Fixing FS#10558 - Invalid URL and Source. Added license. Fixed manpages directory

Modified:
  cdtool/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-21 03:28:55 UTC (rev 30626)
+++ PKGBUILD	2009-03-21 03:30:06 UTC (rev 30627)
@@ -2,19 +2,21 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributer: dorphell <dorphell at archlinux.org>
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
 pkgname=cdtool
 pkgver=2.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A package of command-line utilities to play and catalog audio CD-ROMs."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+license=('GPL2')
 depends=('bash')
-source=(http://hinterhof.net/cdtool/dist/$pkgname-$pkgver.tar.gz)
+source=(http://www.sfr-fresh.com/linux/misc//${pkgname}-${pkgver}.tar.gz)
 url="http://hinterhof.net/cdtool/"
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$startdir/pkg install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
+  make || return 1 || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }
 md5sums=('7b19b6f68d2c648296378b784d5f7681')




More information about the arch-commits mailing list