mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-01 20:48:54 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -6,14 +6,16 @@ REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="x11-misc/util-macros >= 1.7.0"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd kbproto-1.0.4
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd kbproto-1.0.4
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user