mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -6,7 +6,8 @@ REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-util/pkgconfig >= 0.23"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd xerces-c-3.1.1
|
||||
libtoolize --copy --force --install
|
||||
autoreconf -i
|
||||
@@ -14,7 +15,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd xerces-c-3.1.1
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user