xorg/xorg-libxt/Pkgfile
2007-01-23 20:58:49 +01:00

19 lines
421 B
Plaintext

# Description: xorg lib libXt
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libsm, xorg-libx11, xorg-xproto, xorg-kbproto
name=xorg-libxt
version=1.0.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
}