mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
lsdvd: create recipe.
This commit is contained in:
44
media-video/lsdvd/lsdvd-0.17.recipe
Normal file
44
media-video/lsdvd/lsdvd-0.17.recipe
Normal file
@@ -0,0 +1,44 @@
|
||||
SUMMARY="Utility for getting info out of DVDs"
|
||||
DESCRIPTION="lsdvd allows to check the contents of the DVD as well as \
|
||||
information about particular tracks such as audio and subtitle languages."
|
||||
HOMEPAGE="https://sourceforge.net/projects/lsdvd"
|
||||
COPYRIGHT="2002-2014 Chris Phillips, Petter Reinholdtsen, Steve Dibb"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sf.net/lsdvd/lsdvd-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7d2c5bd964acd266b99a61d9054ea64e01204e8e3e1a107abe41b1274969e488"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
lsdvd$secondaryArchSuffix = $portVersion
|
||||
cmd:lsdvd = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libdvdread$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libdvdread$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user