From 4a9a75343285b3827241ed2863d26d4c8c0ce0fc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 16 Aug 2015 11:15:42 +0200 Subject: [PATCH] mp3info: fix musl; switch to http download, ftp is broken. --- srcpkgs/mp3info/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/mp3info/template b/srcpkgs/mp3info/template index 6f8e25f0367..1ce9281ac28 100644 --- a/srcpkgs/mp3info/template +++ b/srcpkgs/mp3info/template @@ -9,9 +9,12 @@ short_desc="utility used to read and modify the ID3 tags of MP3 files" maintainer="Enno Boland " 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 }