mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
19 lines
475 B
Plaintext
19 lines
475 B
Plaintext
DESCRIPTION="xproto"
|
|
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
|
|
SRC_URI="http://xorg.freedesktop.org/releases/individual/proto/xproto-7.0.16.tar.gz"
|
|
CHECKSUM_MD5="6e6b6510ccd568f82093ebd7ae58700b"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="x11-misc/util-macros >= 1.7.0"
|
|
BUILD {
|
|
cd xproto-7.0.16
|
|
libtoolize --force --copy --install
|
|
autoreconf -i
|
|
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY`
|
|
}
|
|
|
|
INSTALL {
|
|
cd xproto-7.0.16
|
|
make install
|
|
}
|