mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Initial .bep file for libdvdread, moved patch to patches sub-dir and fix libdvdnav .bep to use the right build steps.
This commit is contained in:
@@ -6,10 +6,7 @@ STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd libdvdnav-4.1.3
|
||||
# libtoolize --force --copy --install
|
||||
# aclocal
|
||||
# autoconf
|
||||
# automake
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
17
media-libs/libdvdread/libdvdread-4.1.3.bep
Normal file
17
media-libs/libdvdread/libdvdread-4.1.3.bep
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION="libdvdread"
|
||||
HOMEPAGE="http://www.mplayerhq.hu/design7/news.html"
|
||||
SRC_URI="http://www3.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-4.1.3.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd libdvdread-4.1.3
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libdvdread-4.1.3
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user