xorg/xorg-libxt/Pkgfile
2013-05-31 21:23:44 +10:00

22 lines
488 B
Plaintext

# Description: X11 toolkit intrinsics library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libsm, xorg-libx11, xorg-xproto, xorg-kbproto
name=xorg-libxt
version=1.1.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXt-$version.tar.bz2)
build() {
cd libXt-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
rmdir $PKG/usr/share
}