[arch-commits] Commit in cd-discid/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Sat Jan 24 10:13:00 UTC 2015


    Date: Saturday, January 24, 2015 @ 11:13:00
  Author: andrea
Revision: 126489

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

Added:
  cd-discid/repos/community-i686/
  cd-discid/repos/community-i686/PKGBUILD
    (from rev 126488, cd-discid/trunk/PKGBUILD)
  cd-discid/repos/community-x86_64/
  cd-discid/repos/community-x86_64/PKGBUILD
    (from rev 126488, cd-discid/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: cd-discid/repos/community-i686/PKGBUILD (from rev 126488, cd-discid/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-24 10:13:00 UTC (rev 126489)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+
+pkgname=cd-discid
+pkgver=1.4
+pkgrel=1
+pkgdesc="A backend utility to get CDDB discid information from a CD-ROM disc"
+arch=('i686' 'x86_64')
+url="http://linukz.org/cd-discid.shtml"
+license=('GPL')
+depends=('glibc')
+source=("http://linukz.org/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('85027b71d08fbbfb11ac2f0db6e8cea7')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" PREFIX=/usr STRIP="/usr/bin/true" install
+}

Copied: cd-discid/repos/community-x86_64/PKGBUILD (from rev 126488, cd-discid/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-24 10:13:00 UTC (rev 126489)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+
+pkgname=cd-discid
+pkgver=1.4
+pkgrel=1
+pkgdesc="A backend utility to get CDDB discid information from a CD-ROM disc"
+arch=('i686' 'x86_64')
+url="http://linukz.org/cd-discid.shtml"
+license=('GPL')
+depends=('glibc')
+source=("http://linukz.org/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('85027b71d08fbbfb11ac2f0db6e8cea7')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" PREFIX=/usr STRIP="/usr/bin/true" install
+}



More information about the arch-commits mailing list