mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
55 lines
959 B
Plaintext
55 lines
959 B
Plaintext
SUMMARY="BladeEnc is a free cross-platform MP3 encoder"
|
|
DESCRIPTION="BladeEnc is a free, cross-platform, console-based MP3 encoder,
|
|
based on the ISO reference code. It is mostly intended for high quality
|
|
encoding in high bitrates.
|
|
"
|
|
HOMEPAGE="http://bladeenc.mp3.no/"
|
|
SRC_URI="ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/bladeenc-0.94.2-src-stable.tar.gz"
|
|
CHECKSUM_MD5="9b9f6eafe1637a48a67f0a0f8f6e71ad"
|
|
REVISION="2"
|
|
LICENSE="GNU LGPL v2.1"
|
|
COPYRIGHT="1998-2000 Tord Jansson"
|
|
|
|
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
|
|
|
PROVIDES="
|
|
bladeenc = $portVersion
|
|
cmd:bladeenc
|
|
"
|
|
|
|
REQUIRES="
|
|
haiku >= $haikuVersion
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
haiku_devel >= $haikuVersion
|
|
"
|
|
|
|
BUILD_PREREQUIRES="
|
|
cmd:gcc
|
|
cmd:make
|
|
cmd:libtoolize
|
|
cmd:aclocal
|
|
cmd:automake
|
|
cmd:autoconf
|
|
"
|
|
|
|
PATCHES="
|
|
bladeenc-0.94.2.patch
|
|
"
|
|
|
|
BUILD()
|
|
{
|
|
libtoolize --force --copy --install
|
|
aclocal
|
|
automake --add-missing
|
|
autoconf
|
|
runConfigure ./configure
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
make install
|
|
}
|