summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xcompmgr/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-xcompmgr/Pkgfile')
-rw-r--r--xorg/xorg-xcompmgr/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/xorg/xorg-xcompmgr/Pkgfile b/xorg/xorg-xcompmgr/Pkgfile
index 67b27f96e..dd3597c3d 100644
--- a/xorg/xorg-xcompmgr/Pkgfile
+++ b/xorg/xorg-xcompmgr/Pkgfile
@@ -1,18 +1,18 @@
# Description: Compositing manager for X
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libxdamage, xorg-libxcomposite, xorg-libxrender
name=xorg-xcompmgr
version=1.1.4
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xcompmgr-$version.tar.bz2)
build() {
cd xcompmgr-$version
- ./configure --prefix=/usr --mandir=/usr/man
-
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}