soundtouch: needs libtool to build; switch -devel to arch.

This commit is contained in:
Juan RP 2013-04-03 15:49:19 +02:00
parent ee074aa2e3
commit f038e0f1f6
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -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 <xtraeme@gmail.com>"
homepage="http://www.surina.net/soundtouch"