Files
haikuports/x11-libs/xtrans/xtrans-1.2.5.bep
Scott McCreary 0c1b01a967 Initial x11-lib .bep and patch files, these were all done by michaelvoliveira
Mostly untested, so may need some more work still.
2010-05-04 06:20:48 +00:00

21 lines
484 B
Plaintext

DESCRIPTION="xtrans"
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
SRC_URI="http://xorg.freedesktop.org/releases/individual/lib/xtrans-1.2.5.tar.gz"
CHECKSUM_MD5="b2f47d49faf1f24e8294b624b21b9b93"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="pkgconfig >= 0.23
x11-misc/util-macros >= 1.7.0"
BUILD {
cd xtrans-1.2.5
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=/boot/common
}
INSTALL {
cd xtrans-1.2.5
make install
}