util_macros: remove old recipe

This commit is contained in:
François Revol
2014-07-29 18:55:26 +02:00
parent 52579b51e6
commit 9f97b58f01

View File

@@ -1,19 +0,0 @@
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=`finddir B_COMMON_DIRECTORY`
}
INSTALL()
{
cd util-macros-1.7.0
make install
}