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:
Oliver Tappe
2013-08-25 23:47:39 +02:00
parent 096da200da
commit aec3652b01
208 changed files with 199 additions and 8094 deletions

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