mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
24 lines
470 B
Plaintext
24 lines
470 B
Plaintext
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"
|
|
CHECKSUM_MD5="7b03a9571c3a85d801330c7772cd69c4"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd libdvdcss-1.2.10
|
|
libtoolize --force --copy --install
|
|
aclocal
|
|
autoconf
|
|
automake
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd libdvdcss-1.2.10
|
|
make install
|
|
}
|