mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
.bep and .OPD files for blandenc, lame and vorbis-tools
This commit is contained in:
20
media-sound/lame/lame-398-2.bep
Normal file
20
media-sound/lame/lame-398-2.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="LAME Ain't an MP3 Encoder"
|
||||
HOMEPAGE="http://lame.sourceforge.net/"
|
||||
SRC_URI="http://downloads.sourceforge.net/project/lame/lame/3.98.2/lame-398-2.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="untested"
|
||||
DEPEND="nasm"
|
||||
BUILD {
|
||||
cd lame-398-2
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd lame-398-2
|
||||
make install
|
||||
}
|
||||
5
media-sound/lame/lame.OptionalPackageDescription
Normal file
5
media-sound/lame/lame.OptionalPackageDescription
Normal file
@@ -0,0 +1,5 @@
|
||||
Package: lame
|
||||
Version: 3.98.2
|
||||
Copyright 1998-2008 Mike Cheng et al.
|
||||
License: LGPL v2
|
||||
URL: http://lame.sourceforge.net/
|
||||
Reference in New Issue
Block a user