summaryrefslogtreecommitdiffstats
path: root/xorg-libxt/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxt/Pkgfile')
-rw-r--r--xorg-libxt/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-libxt/Pkgfile b/xorg-libxt/Pkgfile
new file mode 100644
index 0000000..23f91c0
--- /dev/null
+++ b/xorg-libxt/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg lib libXt"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-libsm xorg-libx11 xorg-xproto xorg-kbproto)
+
+name=xorg-libxt
+version=1.0.8
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXt-1.0.8.tar.bz2)
+build ()
+{
+ cd libXt-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}