mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -5,12 +5,14 @@ REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd astyle-r339/build/gcc
|
||||
make prefix=$(finddir B_COMMON_DIRECTORY)
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd astyle-r339/build/gcc
|
||||
make install \
|
||||
prefix="${DESTDIR}/$(finddir B_COMMON_DIRECTORY)" \
|
||||
@@ -5,12 +5,14 @@ REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd astyle-r361/build/gcc
|
||||
make prefix=$(finddir B_COMMON_DIRECTORY)
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd astyle-r361/build/gcc
|
||||
make install \
|
||||
prefix="${DESTDIR}/$(finddir B_COMMON_DIRECTORY)" \
|
||||
Reference in New Issue
Block a user