cd-discid: fix CFLAGS.
This commit is contained in:
parent
4e174e4255
commit
6935611947
1 changed files with 5 additions and 2 deletions
|
@ -1,12 +1,15 @@
|
||||||
# Template file for 'cd-discid'
|
# Template file for 'cd-discid'
|
||||||
pkgname=cd-discid
|
pkgname=cd-discid
|
||||||
version=1.4
|
version=1.4
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="STRIP=echo"
|
|
||||||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://linukz.org/cd-discid.shtml"
|
homepage="http://linukz.org/cd-discid.shtml"
|
||||||
short_desc="An utility to get CDDB discid information from a CD-ROM disc"
|
short_desc="An utility to get CDDB discid information from a CD-ROM disc"
|
||||||
distfiles="http://linukz.org/download/${pkgname}-${version}.tar.gz"
|
distfiles="http://linukz.org/download/${pkgname}-${version}.tar.gz"
|
||||||
checksum=ffd68cd406309e764be6af4d5cbcc309e132c13f3597c6a4570a1f218edd2c63
|
checksum=ffd68cd406309e764be6af4d5cbcc309e132c13f3597c6a4570a1f218edd2c63
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/CFLAGS :=/override &/g' Makefile
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue