diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:40 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:40 +0200 |
commit | 252f2ccabae4d5829c7b5736c4d8104d92f822d7 (patch) | |
tree | ddbf9ede4c70cea352f65cbb0b79b5ff5181e0e2 /xorg/xorg-libxkbfile/Pkgfile | |
parent | 4cb22403974add18e8b9c5a1f810fe51a0b30f92 (diff) | |
download | nutyx-pakxe-252f2ccabae4d5829c7b5736c4d8104d92f822d7.tar.gz nutyx-pakxe-252f2ccabae4d5829c7b5736c4d8104d92f822d7.tar.bz2 nutyx-pakxe-252f2ccabae4d5829c7b5736c4d8104d92f822d7.tar.xz nutyx-pakxe-252f2ccabae4d5829c7b5736c4d8104d92f822d7.zip |
xorg-libxkbfile dans extra
Diffstat (limited to 'xorg/xorg-libxkbfile/Pkgfile')
-rw-r--r-- | xorg/xorg-libxkbfile/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg/xorg-libxkbfile/Pkgfile b/xorg/xorg-libxkbfile/Pkgfile deleted file mode 100644 index 4945d5d97..000000000 --- a/xorg/xorg-libxkbfile/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: xorg lib libxkbfile -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-libx11, xorg-kbproto -# Run on: xorg-libx11 - -name=xorg-libxkbfile -version=1.0.7 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$version.tar.bz2) - -build() { - cd libxkbfile-$version - - ./configure $XORG_CONFIG - - make - make DESTDIR=$PKG install -} |