25 lines
649 B
Bash
25 lines
649 B
Bash
# Template file for 'xvidcore'
|
|
pkgname=xvidcore
|
|
version=1.3.5
|
|
revision=1
|
|
wrksrc="$pkgname"
|
|
build_wrksrc="build/generic"
|
|
build_style=gnu-configure
|
|
hostmakedepends="nasm"
|
|
short_desc="ISO MPEG-4 compliant video codec"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.xvid.org"
|
|
license="GPL-2"
|
|
distfiles="http://downloads.xvid.org/downloads/$pkgname-$version.tar.bz2"
|
|
checksum=7c20f279f9d8e89042e85465d2bcb1b3130ceb1ecec33d5448c4589d78f010b4
|
|
|
|
xvidcore-devel_package() {
|
|
depends="xvidcore>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|