[arch-commits] Commit in libcue/repos (4 files)
Gaetan Bisson
bisson at nymeria.archlinux.org
Mon Jun 30 10:36:40 UTC 2014
Date: Monday, June 30, 2014 @ 12:36:40
Author: bisson
Revision: 215716
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libcue/repos/extra-i686/PKGBUILD
(from rev 215715, libcue/trunk/PKGBUILD)
libcue/repos/extra-x86_64/PKGBUILD
(from rev 215715, libcue/trunk/PKGBUILD)
Deleted:
libcue/repos/extra-i686/PKGBUILD
libcue/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 25 -------------------------
extra-x86_64/PKGBUILD | 25 -------------------------
3 files changed, 48 insertions(+), 50 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-06-30 10:36:31 UTC (rev 215715)
+++ extra-i686/PKGBUILD 2014-06-30 10:36:40 UTC (rev 215716)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: said <atvordhosbn[at]gmail[dot]com>
-# Maintainer: Gaetan Bisson <bisson at 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')
-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
-}
Copied: libcue/repos/extra-i686/PKGBUILD (from rev 215715, libcue/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 10:36:40 UTC (rev 215716)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: said <atvordhosbn[at]gmail[dot]com>
+
+pkgname=libcue
+pkgver=1.4.0
+pkgrel=4
+pkgdesc='Parses so-called cue sheets and handles the parsed data'
+url='http://sourceforge.net/projects/libcue/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-06-30 10:36:31 UTC (rev 215715)
+++ extra-x86_64/PKGBUILD 2014-06-30 10:36:40 UTC (rev 215716)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: said <atvordhosbn[at]gmail[dot]com>
-# Maintainer: Gaetan Bisson <bisson at 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')
-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
-}
Copied: libcue/repos/extra-x86_64/PKGBUILD (from rev 215715, libcue/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-06-30 10:36:40 UTC (rev 215716)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: said <atvordhosbn[at]gmail[dot]com>
+
+pkgname=libcue
+pkgver=1.4.0
+pkgrel=4
+pkgdesc='Parses so-called cue sheets and handles the parsed data'
+url='http://sourceforge.net/projects/libcue/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+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
+}
More information about the arch-commits
mailing list