mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48: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:
23
media-sound/gogo_no_coda/gogo_no_coda-3.13.recipe
Normal file
23
media-sound/gogo_no_coda/gogo_no_coda-3.13.recipe
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="Mp3 encoder based on LAME3.88, which is optimized for Enhanced 3D Now!/SSE/SSE2 and dual-CPUs."
|
||||
HOMEPAGE="https://github.com/teragonaudio/gogo-no-coda"
|
||||
SRC_URI="https://github.com/teragonaudio/gogo-no-coda/archive/master.zip"
|
||||
CHECKSUM_MD5="b60ae82f7fc70cbefd2e4003b9e13c8f"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
MESSAGE="This port only builds with gcc2. Use 'setgcc gcc2' before building."
|
||||
DEPEND="dev-lang/nasm"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd gogo-no-coda-master/linux
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd gogo-no-coda-master/linux
|
||||
make install prefix=`finddir B_COMMON_DIRECTORY`
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2001-2003 Respective gogo-no-coda creators"
|
||||
Reference in New Issue
Block a user