mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -5,14 +5,16 @@ REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="87dedc889b8d642b616813f23ed8c9f9"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd mm-common-0.9.2
|
||||
autoreconf --force --install --verbose
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd mm-common-0.9.2
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user