mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Initial x11-lib .bep and patch files, these were all done by michaelvoliveira
Mostly untested, so may need some more work still.
This commit is contained in:
17
x11-misc/util-macros/util-macros-1.7.0.bep
Normal file
17
x11-misc/util-macros/util-macros-1.7.0.bep
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION="util-macros"
|
||||
HOMEPAGE="http://xorg.freedesktop.org/archive/individual/util/"
|
||||
SRC_URI="http://xorg.freedesktop.org/archive/individual/util/util-macros-1.7.0.tar.gz"
|
||||
CHECKSUM_MD5="8a8d208f24672e7a37d1aa4d2ffcef8e"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd util-macros-1.7.0
|
||||
libtoolize --force --copy --install
|
||||
./configure --prefix=/boot/common
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd util-macros-1.7.0
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user