23 lines
696 B
Bash
23 lines
696 B
Bash
# Template file for 'libdvbpsi'
|
|
pkgname=libdvbpsi
|
|
version=1.3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="PSI decoder and generator library for MPEG2 and DVB streams"
|
|
homepage="https://www.videolan.org/developers/libdvbpsi.html"
|
|
license="LGPL-2.1"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="https://download.videolan.org/pub/libdvbpsi/${version}/${pkgname}-${version}.tar.bz2"
|
|
checksum=d68367afd5ad8e6ebca813e7958a3ceb9743b421adb4265eceeb6a3511c84420
|
|
|
|
libdvbpsi-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|