diff options
author | tnut <tnut at nutyx dot org> | 2012-04-03 18:00:38 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot org> | 2012-04-03 18:00:38 +0200 |
commit | e9ef802a013ac393a057134f1fdaad745aa38573 (patch) | |
tree | 456fbbdf9f1d214f1e1b02d744214ccfa128dcd8 /xorg-xcb-util/Pkgfile | |
parent | 3adfb88f09f6b015bb071ba65190d69afde8db21 (diff) | |
download | nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.gz nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.bz2 nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.xz nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.zip |
xorg dans nutyx-pakxe , la base
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 -} |