summaryrefslogtreecommitdiffstats
path: root/xorg-xtrans/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xtrans/Pkgfile.old')
-rw-r--r--xorg-xtrans/Pkgfile.old19
1 files changed, 19 insertions, 0 deletions
diff --git a/xorg-xtrans/Pkgfile.old b/xorg-xtrans/Pkgfile.old
new file mode 100644
index 0000000..052f808
--- /dev/null
+++ b/xorg-xtrans/Pkgfile.old
@@ -0,0 +1,19 @@
+# Description: xorg lib xtrans
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-xtrans
+version=1.2.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/xtrans-$version.tar.bz2)
+
+build() {
+ cd xtrans-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rmdir $PKG/usr/share/doc/{xtrans,}
+}