contrib/libdvdcss/Pkgfile

24 lines
555 B
Plaintext
Raw Normal View History

2011-06-03 14:45:10 +02:00
# Description: a library which provides functions for reading DVD video disks.
# URL: http://www.videolan.org/developers/libdvdcss.html
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Matt Housh, jaeger at crux dot nu
name=libdvdcss
version=20110603
2013-01-06 08:38:20 +01:00
release=2
source=(http://crux.ster.so/distfiles/$name/$name-$version-r240.tar.xz)
2011-06-03 14:45:10 +02:00
build() {
cd $name
2013-01-06 08:38:20 +01:00
sed -i -e 's/^AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
2011-06-03 14:45:10 +02:00
autoreconf -i
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}