Date: Sunday, February 5, 2012 @ 10:06:24
  Author: bisson
Revision: 149035

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libcue/repos/extra-i686/PKGBUILD
    (from rev 149034, libcue/trunk/PKGBUILD)
  libcue/repos/extra-x86_64/PKGBUILD
    (from rev 149034, libcue/trunk/PKGBUILD)
Deleted:
  libcue/repos/extra-i686/PKGBUILD
  libcue/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   50 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   50 ++++++++++++++++++++++++------------------------
 2 files changed, 52 insertions(+), 48 deletions(-)

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

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

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

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

Reply via email to