2013-12-29 12:57:25 +01:00
|
|
|
# Template file for 'cd-discid'
|
|
|
|
pkgname=cd-discid
|
|
|
|
version=1.4
|
2015-06-23 13:10:21 +02:00
|
|
|
revision=4
|
2015-01-05 09:36:01 +01:00
|
|
|
build_style=gnu-makefile
|
2013-12-29 12:57:25 +01:00
|
|
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://linukz.org/cd-discid.shtml"
|
2014-01-01 16:10:11 +01:00
|
|
|
short_desc="An utility to get CDDB discid information from a CD-ROM disc"
|
2013-12-29 12:57:25 +01:00
|
|
|
distfiles="http://linukz.org/download/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=ffd68cd406309e764be6af4d5cbcc309e132c13f3597c6a4570a1f218edd2c63
|
2015-06-23 13:10:21 +02:00
|
|
|
|
|
|
|
post_extract() {
|
|
|
|
sed -i 's/CFLAGS :=/override &/g' Makefile
|
|
|
|
}
|