mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
.bep and .OPD files for blandenc, lame and vorbis-tools
This commit is contained in:
20
media-sound/vorbis-tools/vorbis-tools-1.2.0.bep
Normal file
20
media-sound/vorbis-tools/vorbis-tools-1.2.0.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="vorbis-tools - tools for using the Ogg Vorbis sound file format"
|
||||
HOMEPAGE="http://www.vorbis.com/"
|
||||
SRC_URI="http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.2.0.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="untested"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd vorbis-toolis-1.2.0
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd vorbis-tools-1.2.0
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user