summaryrefslogtreecommitdiffstats
path: root/xorg-libxmu/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxmu/Pkgfile.old')
-rw-r--r--xorg-libxmu/Pkgfile.old18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-libxmu/Pkgfile.old b/xorg-libxmu/Pkgfile.old
new file mode 100644
index 0000000..99d7e9c
--- /dev/null
+++ b/xorg-libxmu/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: xorg lib libXmu
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxt, xorg-xextproto, xorg-libxext, xorg-libx11
+
+name=xorg-libxmu
+version=1.0.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXmu-$version.tar.bz2)
+
+build() {
+ cd libXmu-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}