opt/libdvdcss/Pkgfile

17 lines
449 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
2008-02-05 03:43:10 +01:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: Matt Housh, jaeger at crux dot nu
2006-02-23 16:26:10 +01:00
name=libdvdcss
2008-09-02 14:22:46 +02:00
version=1.2.10
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
}