parent
ed53f8532b
commit
7a637cfb5a
|
@ -3075,6 +3075,7 @@ libzuluplay.so.1.1 zuluplay-1.1_1
|
|||
libzuluCryptPluginManager.so.1.0.0 zulucrypt-5.2.0_1
|
||||
libzuluCrypt-exe.so.1.2.0 zulucrypt-5.2.0_1
|
||||
libzuluCrypt.so.1.2.0 zulucrypt-5.2.0_1
|
||||
libaacs.so.0 libaacs-0.9.0_1
|
||||
libnfdump-1.6.15.so nfdump-1.6.15_1
|
||||
libttfautohint.so.1 ttfautohint-1.8.1_1
|
||||
libcob.so.4 gnucobol-libs-2.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libaacs
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'libaacs'
|
||||
pkgname=libaacs
|
||||
version=0.9.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config bison flex"
|
||||
makedepends="libgcrypt-devel"
|
||||
short_desc="Open implementation of AACS specification"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="https://www.videolan.org/developers/libaacs.html"
|
||||
distfiles="http://ftp.videolan.org/pub/videolan/libaacs/${version}/libaacs-${version}.tar.bz2"
|
||||
checksum=47e0bdc9c9f0f6146ed7b4cc78ed1527a04a537012cf540cf5211e06a248bace
|
||||
|
||||
libaacs-devel_package() {
|
||||
depend="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue