id3lib: move so symlink to -devel.

This commit is contained in:
Juan RP 2014-07-08 12:38:13 +02:00
parent 232fb51066
commit 73d60be21e

View file

@ -1,11 +1,10 @@
# Template file for 'id3lib'
pkgname=id3lib
version=3.8.3
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="libtool automake autoconf"
hostmakedepends="libtool automake"
makedepends="zlib-devel"
depends=""
short_desc="Library for reading, writing, and manipulating ID3v1 and ID3v2 tags"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="LGPL-3"
@ -26,5 +25,6 @@ id3lib-devel_package() {
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}