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:
Scott McCreary
2010-05-04 06:20:48 +00:00
parent ad15577acd
commit 0c1b01a967
17 changed files with 425 additions and 0 deletions

View 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
}