.bep and .OPD files for blandenc, lame and vorbis-tools

This commit is contained in:
Scott McCreary
2009-11-26 09:15:45 +00:00
parent 3a7aca34de
commit b48d0c9cfb
8 changed files with 71 additions and 0 deletions

View 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
}

View File

@@ -0,0 +1,5 @@
Package: vorbis-tools
Version: 1.2.0
Copyright: 2000-2005 Michael Smith, Stan Seibert and other contributers
License: GPL v2
URL: http://www.xiph.org/