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

Gaetan Bisson bisson at archlinux.org
Sun Feb 5 15:05:54 UTC 2012


    Date: Sunday, February 5, 2012 @ 10:05:53
  Author: bisson
Revision: 149034

signed rebuild for free

Modified:
  libcue/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-05 15:05:03 UTC (rev 149033)
+++ PKGBUILD	2012-02-05 15:05:53 UTC (rev 149034)
@@ -1,24 +1,26 @@
+# $Id$
+# Contributor: said <atvordhosbn[at]gmail[dot]com>
 # Maintainer: Gaetan Bisson <bisson at archlinux.org> 
-# Contributor: said <atvordhosbn[at]gmail[dot]com>
 
 pkgname=libcue
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
+url='http://sourceforge.net/projects/libcue/'
 arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/libcue/'
 license=('GPL2')
 depends=('glibc')
-source=("http://downloads.sourceforge.net/libcue/$pkgname-$pkgver.tar.bz2")
+options=('!libtool')
+source=("http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
 
 build() {
-	cd "$srcdir/$pkgname-$pkgver"
-	./autogen.sh --prefix=/usr
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./autogen.sh --prefix=/usr --disable-static
 	make
 }
 
 package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list