From dea3566f98d141b4e66fc5a7fc81f7a98fb8ab8f Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 21:49:35 +0100 Subject: Ajout de xorg-libxmu#1.0.4-1 --- xorg/xorg-libxmu/Pkgfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 xorg/xorg-libxmu/Pkgfile (limited to 'xorg/xorg-libxmu/Pkgfile') 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 +} -- cgit v1.2.3-54-g00ecf