mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
28 lines
571 B
Plaintext
28 lines
571 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"
|