From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/discid/PKGBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 community/discid/PKGBUILD (limited to 'community/discid/PKGBUILD') diff --git a/community/discid/PKGBUILD b/community/discid/PKGBUILD new file mode 100644 index 000000000..d77a3a02c --- /dev/null +++ b/community/discid/PKGBUILD @@ -0,0 +1,20 @@ +# $Id: PKGBUILD 18097 2010-05-31 09:25:34Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Roland Schaeuble + +pkgname=discid +pkgver=0.1.3 +pkgrel=4 +pkgdesc="A program to calculate the disc-ID for audio compact discs" +arch=('i686' 'x86_64') +url="http://discid.sourceforge.net" +license=("GPL") +depends=(gcc-libs) +source=("http://downloads.sourceforge.net/sourceforge/discid/$pkgname-$pkgver.tar.gz") +md5sums=('4f1c06efa40995576e6436246e5bd674') + +build() { + cd $srcdir/$pkgname-$pkgver + make || return 1 + make DESTDIR=$pkgdir/usr install +} -- cgit v1.2.3-54-g00ecf