Files
haikuports/media-libs/libdvbpsi/libdvbpsi-0.1.7.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

31 lines
577 B
Plaintext

DESCRIPTION="library for MPEG TS/DVB PSI tables decoding and generation"
HOMEPAGE="http://www.videolan.org/libdvbpsi"
SRC_URI="http://download.videolan.org/pub/libdvbpsi/0.1.7/libdvbpsi-0.1.7.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="af419575719e356b908b0c6946499052"
BUILD()
{
cd libdvbpsi-0.1.7
./bootstrap
./configure --prefix=`finddir B_COMMON_DIRECTORY` LDFLAGS="-lnetwork"
make
}
INSTALL()
{
cd libdvbpsi-0.1.7
make install
}
TEST()
{
cd libdvbpsi-0.1.7
# make test
# make check
}
LICENSE="GNU GPL v2"
COPYRIGHT="2001-2009 VideoLAN"