void-packages/srcpkgs/libaacs/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

25 lines
756 B
Bash

# Template file for 'libaacs'
pkgname=libaacs
version=0.9.0
revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="flex pkg-config"
makedepends="libgcrypt-devel"
short_desc="Open implementation of AACS specification"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
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/libaacs.so
vmove usr/lib/pkgconfig
}
}