mp3info: do not strip bins, let xbps-src do this... fixes cross build.
This commit is contained in:
parent
d9fe39e909
commit
5247d06915
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mp3info'
|
||||
pkgname=mp3info
|
||||
version=0.8.5a
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtk+-devel ncurses-devel"
|
||||
|
@ -12,6 +12,9 @@ homepage="http://ibiblio.org/mp3info/"
|
|||
distfiles="ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/$pkgname/mp3info-${version}.tgz"
|
||||
checksum=0438ac68e9f04947fb14ca5573d27c62454cb9db3a93b7f1d2c226cd3e0b4e10
|
||||
|
||||
pre_install() {
|
||||
sed -i '/STRIP/d' Makefile
|
||||
}
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
vmkdir usr/share/man/man1
|
||||
|
|
Loading…
Reference in a new issue