2020-06-14 21:17:50 +00:00
|
|
|
# Description: a research project to implement the Advanced Access Content System specification
|
|
|
|
# URL: https://www.videolan.org/developers/libaacs.html
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: libgcrypt
|
|
|
|
|
|
|
|
name=libaacs
|
2022-03-02 15:48:35 +01:00
|
|
|
version=0.11.1
|
2020-06-14 21:17:50 +00:00
|
|
|
release=1
|
2020-07-22 18:09:37 +00:00
|
|
|
source=(https://code.videolan.org/videolan/libaacs/-/archive/$version/$name-$version.tar.bz2)
|
2020-06-14 21:17:50 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./bootstrap
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|