mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
18 lines
425 B
Plaintext
18 lines
425 B
Plaintext
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
|
|
}
|