mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Merge all changes from trunk
This commit is contained in:
23
x11-misc/util-macros/util-macros-1.17.0-git.bep
Normal file
23
x11-misc/util-macros/util-macros-1.17.0-git.bep
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="xorg util-macros"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/xorg/util/macros/"
|
||||
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 util-macros-1.17.0-git
|
||||
./autogen.sh -V
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datadir=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd util-macros-1.17.0-git
|
||||
make install
|
||||
}
|
||||
@@ -8,7 +8,7 @@ DEPEND=""
|
||||
BUILD {
|
||||
cd util-macros-1.7.0
|
||||
libtoolize --force --copy --install
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
|
||||
Reference in New Issue
Block a user