diff options
author | piernov <piernov@piernov.org> | 2012-04-30 16:42:06 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-04-30 16:42:06 +0200 |
commit | 5f914a566e420428ebe36b24a0588751b1865ba9 (patch) | |
tree | 8de34d4d41392993e31137c41e890505fd266273 /xorg-xcb-util/Pkgfile | |
parent | a64fd1c7d2797b74b3d6542997958c2e3aa3a469 (diff) | |
parent | bfbc76745ec8978b51bad9d8c057c75694f93f62 (diff) | |
download | nutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.tar.gz nutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.tar.bz2 nutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.tar.xz nutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.zip |
Merge http://kiao.no-ip.info/NuTyX/git/nutyx-extra
Diffstat (limited to 'xorg-xcb-util/Pkgfile')
-rw-r--r-- | xorg-xcb-util/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg-xcb-util/Pkgfile b/xorg-xcb-util/Pkgfile deleted file mode 100644 index a273cd9fc..000000000 --- a/xorg-xcb-util/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: XCB utilities library -# URL: http://xcb.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-libxcb gperf -# Run on: xorg-libxcb,gperf - -name=xorg-xcb-util -version=0.3.6 -release=2 -source=(http://xcb.freedesktop.org/dist/xcb-util-$version.tar.bz2) - -build() { - cd xcb-util-$version - - ./configure $XORG_CONFIG - - make - make DESTDIR=$PKG install -} |