mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee * adjust patch names to match corresponding recipes * additionally: create 'additional-files' folders as hint to some ports that do not have a proper recipe yet
This commit is contained in:
32
media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe
Normal file
32
media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe
Normal file
@@ -0,0 +1,32 @@
|
||||
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.4.0.tar.gz"
|
||||
CHECKSUM_MD5="567e0fb8d321b2cd7124f8208b8b90e6"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="media-libs/libvorbis >= 1.3.1
|
||||
media-libs/flac >= 1.2.1
|
||||
media-libs/libao >= 1.0.0
|
||||
media-libs/speex >1.2"
|
||||
BUILD()
|
||||
{
|
||||
cd vorbis-tools-1.4.0
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
automake
|
||||
autoconf
|
||||
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datarootdir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
--mandir=$COMMON_DOCS/man
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd vorbis-tools-1.4.0
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2008 Michael Smith, Stan Seibert and other contributers"
|
||||
Reference in New Issue
Block a user