mp3info: fix musl; switch to http download, ftp is broken.
This commit is contained in:
parent
c1482ab305
commit
4a9a753432
1 changed files with 4 additions and 1 deletions
|
@ -9,9 +9,12 @@ short_desc="utility used to read and modify the ID3 tags of MP3 files"
|
|||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://ibiblio.org/mp3info/"
|
||||
distfiles="ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/$pkgname/mp3info-${version}.tgz"
|
||||
distfiles="http://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/$pkgname/mp3info-${version}.tgz"
|
||||
checksum=0438ac68e9f04947fb14ca5573d27c62454cb9db3a93b7f1d2c226cd3e0b4e10
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's%uint\*%unsigned int*%g' mp3tech.c
|
||||
}
|
||||
pre_install() {
|
||||
sed -i '/STRIP/d' Makefile
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue