From f038e0f1f624ddf61ddf6f3b6817018981756d76 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 3 Apr 2013 15:49:19 +0200 Subject: [PATCH] soundtouch: needs libtool to build; switch -devel to arch. --- srcpkgs/soundtouch/soundtouch-devel.template | 4 ---- srcpkgs/soundtouch/template | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/soundtouch/soundtouch-devel.template b/srcpkgs/soundtouch/soundtouch-devel.template index 4dbd5da8175..389369a824d 100644 --- a/srcpkgs/soundtouch/soundtouch-devel.template +++ b/srcpkgs/soundtouch/soundtouch-devel.template @@ -1,11 +1,7 @@ # Template file for 'soundtouch-devel'. # -noarch=yes depends="${sourcepkg}>=${version}" short_desc="${short_desc} -- development files" -long_desc="${long_desc} - - This package contains files for development, headers, static libs, etc." do_install() { vmove usr/include usr diff --git a/srcpkgs/soundtouch/template b/srcpkgs/soundtouch/template index 6d7a85f23ca..970720edddc 100644 --- a/srcpkgs/soundtouch/template +++ b/srcpkgs/soundtouch/template @@ -5,7 +5,7 @@ revision=2 wrksrc=${pkgname} build_style=gnu-configure subpackages="${pkgname}-devel" -makedepends="automake pkg-config" +hostmakedepends="libtool automake pkg-config" short_desc="SoundTouch Audio Processing Library" maintainer="Juan RP " homepage="http://www.surina.net/soundtouch"