contrib/cd-discid/Pkgfile

15 lines
363 B
Plaintext
Raw Normal View History

2013-08-19 20:26:13 +02:00
# Description: Backend utility to get cddb information
# URL: http://linukz.org/cd-discid.shtml
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
2013-08-19 20:26:13 +02:00
name=cd-discid
version=1.4
2013-08-19 20:26:13 +02:00
release=1
source=(http://linukz.org/download/$name-$version.tar.gz)
2013-08-19 20:26:13 +02:00
build () {
cd "$name-$version"
make
make STRIP=/bin/true DESTDIR=$PKG PREFIX=/usr install
2013-08-19 20:26:13 +02:00
}