summaryrefslogtreecommitdiff
path: root/community/discid/PKGBUILD
blob: a78f15c1a89c923a7b2389bb49b86bc12ef5d912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: PKGBUILD 18097 2010-05-31 09:25:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Roland Schaeuble <rschaeuble@gmx.ch>

pkgname=discid
pkgver=0.1.3
pkgrel=4
pkgdesc="A program to calculate the disc-ID for audio compact discs"
arch=('i686' 'x86_64' 'mips64el')
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
}