id3lib: xlint.
This commit is contained in:
parent
1dfbdd72f2
commit
9b79e0197d
|
@ -14,18 +14,18 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|||
checksum=2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b68702230e26c7d079
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -fc
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing --copy
|
||||
libtoolize -fc
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing --copy
|
||||
}
|
||||
|
||||
id3lib-devel_package() {
|
||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue