mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
27
media-libs/libdvdread/libdvdread-4.2.0.recipe
Normal file
27
media-libs/libdvdread/libdvdread-4.2.0.recipe
Normal file
@@ -0,0 +1,27 @@
|
||||
DESCRIPTION="libdvdread"
|
||||
HOMEPAGE="http://www.mplayerhq.hu/design7/news.html"
|
||||
SRC_URI="http://dvdnav.mplayerhq.hu/releases/libdvdread-4.2.0.tar.bz2"
|
||||
CHECKSUM_MD5="ab7a19d3ab1a437ae754ef477d6231a4"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd libdvdread-4.2.0
|
||||
./autogen.sh
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
--enable-shared --enable-static
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd libdvdread-4.2.0
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1998-1999 Eric Smith
|
||||
2000-2002 Björn Englund
|
||||
2000-2003 Håkan Hjort, et al."
|
||||
Reference in New Issue
Block a user