[arch-commits] Commit in libcddb/repos (4 files)
Pierre Schmitz
pierre at archlinux.org
Mon Sep 12 12:54:53 UTC 2011
Date: Monday, September 12, 2011 @ 08:54:52
Author: pierre
Revision: 137919
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libcddb/repos/extra-i686/PKGBUILD
(from rev 137918, libcddb/trunk/PKGBUILD)
libcddb/repos/extra-x86_64/PKGBUILD
(from rev 137918, libcddb/trunk/PKGBUILD)
Deleted:
libcddb/repos/extra-i686/PKGBUILD
libcddb/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 48 ++++++++++++++++++++++++++----------------------
extra-x86_64/PKGBUILD | 48 ++++++++++++++++++++++++++----------------------
2 files changed, 52 insertions(+), 44 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-09-12 12:54:16 UTC (rev 137918)
+++ extra-i686/PKGBUILD 2011-09-12 12:54:52 UTC (rev 137919)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-
-pkgname=libcddb
-pkgver=1.3.2
-pkgrel=2
-pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)."
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!libtool')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-url="http://sourceforge.net/projects/libcddb/"
-md5sums=('8bb4a6f542197e8e9648ae597cd6bc8a')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=${pkgdir} install
-}
Copied: libcddb/repos/extra-i686/PKGBUILD (from rev 137918, libcddb/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-12 12:54:52 UTC (rev 137919)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=libcddb
+pkgver=1.3.2
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)."
+url="http://sourceforge.net/projects/libcddb/"
+license=('LGPL')
+options=('!libtool')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('8bb4a6f542197e8e9648ae597cd6bc8a')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-12 12:54:16 UTC (rev 137918)
+++ extra-x86_64/PKGBUILD 2011-09-12 12:54:52 UTC (rev 137919)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-
-pkgname=libcddb
-pkgver=1.3.2
-pkgrel=2
-pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)."
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!libtool')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-url="http://sourceforge.net/projects/libcddb/"
-md5sums=('8bb4a6f542197e8e9648ae597cd6bc8a')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=${pkgdir} install
-}
Copied: libcddb/repos/extra-x86_64/PKGBUILD (from rev 137918, libcddb/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-12 12:54:52 UTC (rev 137919)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=libcddb
+pkgver=1.3.2
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)."
+url="http://sourceforge.net/projects/libcddb/"
+license=('LGPL')
+options=('!libtool')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('8bb4a6f542197e8e9648ae597cd6bc8a')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list