xvidcore: move so symlink to -devel pkg.
This commit is contained in:
parent
dfdff375fb
commit
e15dade6a0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xvidcore'
|
||||
pkgname=xvidcore
|
||||
version=1.3.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="$pkgname"
|
||||
build_wrksrc="build/generic"
|
||||
build_style=gnu-configure
|
||||
|
@ -12,10 +12,6 @@ homepage="http://www.xvid.org"
|
|||
license="GPL-2"
|
||||
distfiles="http://downloads.xvid.org/downloads/$pkgname-$version.tar.bz2"
|
||||
checksum=d6c11334e1e771f9e4722eff454762325fd0989f6a4217abca296d6770160bf4
|
||||
long_desc="
|
||||
XviD is an ISO MPEG-4 compliant video codec library. It's no product,
|
||||
it's an open source project which is developed and maintained by lots of
|
||||
people from all over the world."
|
||||
|
||||
post_install() {
|
||||
# Fix dynamic libraries
|
||||
|
@ -27,10 +23,11 @@ post_install() {
|
|||
}
|
||||
|
||||
xvidcore-devel_package() {
|
||||
depends="xvidcore>=${version}"
|
||||
depends="xvidcore>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue