mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
xvidcore: move so symlink to -devel pkg.
This commit is contained in:
parent
dfdff375fb
commit
e15dade6a0
1 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xvidcore'
|
# Template file for 'xvidcore'
|
||||||
pkgname=xvidcore
|
pkgname=xvidcore
|
||||||
version=1.3.2
|
version=1.3.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
build_wrksrc="build/generic"
|
build_wrksrc="build/generic"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -12,10 +12,6 @@ homepage="http://www.xvid.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://downloads.xvid.org/downloads/$pkgname-$version.tar.bz2"
|
distfiles="http://downloads.xvid.org/downloads/$pkgname-$version.tar.bz2"
|
||||||
checksum=d6c11334e1e771f9e4722eff454762325fd0989f6a4217abca296d6770160bf4
|
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() {
|
post_install() {
|
||||||
# Fix dynamic libraries
|
# Fix dynamic libraries
|
||||||
|
@ -27,10 +23,11 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
xvidcore-devel_package() {
|
xvidcore-devel_package() {
|
||||||
depends="xvidcore>=${version}"
|
depends="xvidcore>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue