diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:43 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:43 +0200 |
commit | 32d7c285a90f80bb7613c714e484872df09365e3 (patch) | |
tree | 93235f3b900d3ac6c3ba17973d2c71695c6868ee /xorg/xorg-xcb-proto/Pkgfile | |
parent | 4c2a99244173a4bd9e4b8a47450c2289607b68ac (diff) | |
download | nutyx-pakxe-32d7c285a90f80bb7613c714e484872df09365e3.tar.gz nutyx-pakxe-32d7c285a90f80bb7613c714e484872df09365e3.tar.bz2 nutyx-pakxe-32d7c285a90f80bb7613c714e484872df09365e3.tar.xz nutyx-pakxe-32d7c285a90f80bb7613c714e484872df09365e3.zip |
xorg-xcb-proto dans extra
Diffstat (limited to 'xorg/xorg-xcb-proto/Pkgfile')
-rw-r--r-- | xorg/xorg-xcb-proto/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg/xorg-xcb-proto/Pkgfile b/xorg/xorg-xcb-proto/Pkgfile deleted file mode 100644 index 531092c5e..000000000 --- a/xorg/xorg-xcb-proto/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: XCB X protocol descriptions -# URL: http://xcb.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: -# Run on: - -name=xorg-xcb-proto -version=1.6 -release=3 -source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2) - -build() { - cd xcb-proto-$version - - PYTHON=python2 ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |