summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxmu/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:49:35 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:49:35 +0100
commitdea3566f98d141b4e66fc5a7fc81f7a98fb8ab8f (patch)
tree60e2db6779f9fc282dfccb251881e9c27992f9b0 /xorg/xorg-libxmu/Pkgfile
parent96344d66b78ad389465cd6957d445fc61dde64c6 (diff)
downloadnutyx-pakxe-dea3566f98d141b4e66fc5a7fc81f7a98fb8ab8f.tar.gz
nutyx-pakxe-dea3566f98d141b4e66fc5a7fc81f7a98fb8ab8f.tar.bz2
nutyx-pakxe-dea3566f98d141b4e66fc5a7fc81f7a98fb8ab8f.tar.xz
nutyx-pakxe-dea3566f98d141b4e66fc5a7fc81f7a98fb8ab8f.zip
Ajout de xorg-libxmu#1.0.4-1
Diffstat (limited to 'xorg/xorg-libxmu/Pkgfile')
-rw-r--r--xorg/xorg-libxmu/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxmu/Pkgfile b/xorg/xorg-libxmu/Pkgfile
new file mode 100644
index 000000000..5d544fb36
--- /dev/null
+++ b/xorg/xorg-libxmu/Pkgfile
@@ -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.4
+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
+}