diff options
Diffstat (limited to 'xorg/xorg-libxau/Pkgfile')
-rw-r--r-- | xorg/xorg-libxau/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg/xorg-libxau/Pkgfile b/xorg/xorg-libxau/Pkgfile deleted file mode 100644 index b1c040cc4..000000000 --- a/xorg/xorg-libxau/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: X Authorization routines -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-xproto -# Run on: - -name=xorg-libxau -version=1.0.6 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.bz2) - -build() { - cd libXau-$version - - ./configure $XORG_CONFIG - - make - make DESTDIR=$PKG install -} |