opt/libdvdcss/Pkgfile

16 lines
395 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: a library which provides functions for reading DVD video disks.
# URL: http://www.dtek.chalmers.se/groups/dvd
# Maintainer: Matt Housh, jaeger at crux dot nu
2006-02-23 16:26:10 +01:00
name=libdvdcss
version=1.2.9
2006-02-23 16:26:10 +01:00
release=1
source=(http://downloads.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}