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 | ba258310536db1985fad7e6160ee7eb88f944a94 (patch) | |
tree | d16749c272046c7cc84cdd39cea733b6c9bf475c /xorg/xorg-xcompmgr/Pkgfile | |
parent | fb834569119f970ce718b3248c3e6d346b80fb0b (diff) | |
download | nutyx-pakxe-ba258310536db1985fad7e6160ee7eb88f944a94.tar.gz nutyx-pakxe-ba258310536db1985fad7e6160ee7eb88f944a94.tar.bz2 nutyx-pakxe-ba258310536db1985fad7e6160ee7eb88f944a94.tar.xz nutyx-pakxe-ba258310536db1985fad7e6160ee7eb88f944a94.zip |
xorg-xcompmgr dans extra
Diffstat (limited to 'xorg/xorg-xcompmgr/Pkgfile')
-rw-r--r-- | xorg/xorg-xcompmgr/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-xcompmgr/Pkgfile b/xorg/xorg-xcompmgr/Pkgfile deleted file mode 100644 index 01435f652..000000000 --- a/xorg/xorg-xcompmgr/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Compositing manager for X -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-libxdamage, xorg-libxcomposite, xorg-libxrender -# Run on: xorg-libxdamage,xorg-libxcomposite,xorg-libxrender - -name=xorg-xcompmgr -version=1.1.5 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/app/xcompmgr-$version.tar.bz2) - -build() { - cd xcompmgr-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install -} |