mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -7,7 +7,8 @@ STATUS_HAIKU="stable"
|
||||
|
||||
DEPEND="dev-util/pkconfig >= 0.23"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd flam3-3.0/src
|
||||
if [ -n "$(setgcc | grep '2')" ]; then
|
||||
patch -p0 -ui ../../../patches/flam3-3.0-gcc2.patch
|
||||
@@ -18,7 +19,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd flam3-3.0/src
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user