* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -0,0 +1,25 @@
DESCRIPTION="SQL database server."
HOMEPAGE="http://www.mysql.com"
SRC_URI="http://mirror.provenscaling.com/mysql/community/source/5.0/mysql-5.0.83.tar.gz"
CHECKSUM_MD5="051392064a1e32cca5c23a593908b10e"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND="sys-libs/readline >= 5.2"
BUILD()
{
cd mysql-5.0.83
libtoolize --force --install --copy
aclocal
autoconf
./configure --without-readline CFLAGS=-O2 --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd mysql-5.0.83
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2000, 2012, Oracle and/or its affiliates. All rights reserved."