diff options
Diffstat (limited to 'xorg/xorg-libxmu/Pkgfile')
-rw-r--r-- | xorg/xorg-libxmu/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-libxmu/Pkgfile b/xorg/xorg-libxmu/Pkgfile index ffa543936..18ccac7a9 100644 --- a/xorg/xorg-libxmu/Pkgfile +++ b/xorg/xorg-libxmu/Pkgfile @@ -1,12 +1,12 @@ # Description: xorg lib libXmu # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxt, xorg-xextproto, xorg-libxext, xorg-libx11 # Run on: xorg-libxt,xorg-libxext,xorg-libx11 name=xorg-libxmu -version=1.0.5 +version=1.1.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXmu-$version.tar.bz2) @@ -17,4 +17,5 @@ build() { make make DESTDIR=$PKG install + rm -r $PKG/usr/share } |