Move the xorg-macros .bep I added to util-macros.

I didn't notice this crap was already here under another name.
Can't they just come up with a canonical name and be done with it???
This commit is contained in:
François Revol
2012-11-27 18:55:34 +00:00
parent 71518137c7
commit 8f947a0a0b

View File

@@ -1,23 +0,0 @@
DESCRIPTION="xorg-macros"
HOMEPAGE="http://cgit.freedesktop.org/xorg/lib/libXpm"
COPYRIGHT="2005 Red Hat, Inc.
2005, 2006, Oracle and/or its affiliates. All rights reserved."
LICENSE="MIT"
SRC_URI="git://anongit.freedesktop.org/xorg/util/macros"
#CHECKSUM_MD5=""
REVISION="1"
STATUS_HAIKU="untested"
DEPEND=""
BUILD {
cd xorg-macros-1.17-git
./autogen.sh -V
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--datadir=`finddir B_COMMON_LIB_DIRECTORY`
make
}
INSTALL {
cd xorg-macros-1.17-git
make install
}