mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
22 lines
450 B
Plaintext
22 lines
450 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=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libdvdcss-1.2.10
|
|
make install
|
|
}
|