id3lib: move so symlink to -devel.
This commit is contained in:
parent
232fb51066
commit
73d60be21e
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue