Initial .bep file for libdvdcss, plus renamed and moved patch so that the .bep file works correctly.

This commit is contained in:
Scott McCreary
2009-11-10 06:06:52 +00:00
parent 50289f88ae
commit cb82f37ed8
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
DESCRIPTION="libdvdcss"
HOMEPAGE="http://www.videolan.org/developers/libdvdcss.html"
SRC_URI="http://download.videolan.org/pub/libdvdcss/1.2.10/libdvdcss-1.2.10.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libdvdcss-1.2.10
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd libdvdcss-1.2.10
make install
}