summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xcompmgr
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:18:32 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:18:32 +0100
commit015542703d357f8620518e6ef5b49230a9f0dbb9 (patch)
treed42e6f6a277d1515b6c904c0151a2af344bb2fc0 /xorg/xorg-xcompmgr
parent9a7c5ecd603918bf3a9d339dab334b90644b2598 (diff)
downloadnutyx-extra-015542703d357f8620518e6ef5b49230a9f0dbb9.tar.gz
nutyx-extra-015542703d357f8620518e6ef5b49230a9f0dbb9.tar.bz2
nutyx-extra-015542703d357f8620518e6ef5b49230a9f0dbb9.tar.xz
nutyx-extra-015542703d357f8620518e6ef5b49230a9f0dbb9.zip
Ajout de xorg-xcompmgr#1.1.4-1
Diffstat (limited to 'xorg/xorg-xcompmgr')
-rw-r--r--xorg/xorg-xcompmgr/.footprint6
-rw-r--r--xorg/xorg-xcompmgr/.md5sum1
-rw-r--r--xorg/xorg-xcompmgr/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/xorg/xorg-xcompmgr/.footprint b/xorg/xorg-xcompmgr/.footprint
new file mode 100644
index 000000000..30379a62c
--- /dev/null
+++ b/xorg/xorg-xcompmgr/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xcompmgr
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/xcompmgr.1.gz
diff --git a/xorg/xorg-xcompmgr/.md5sum b/xorg/xorg-xcompmgr/.md5sum
new file mode 100644
index 000000000..65162884c
--- /dev/null
+++ b/xorg/xorg-xcompmgr/.md5sum
@@ -0,0 +1 @@
+3eb1c2b7a6ceaec4ee872cb06d202d91 xcompmgr-1.1.4.tar.bz2
diff --git a/xorg/xorg-xcompmgr/Pkgfile b/xorg/xorg-xcompmgr/Pkgfile
new file mode 100644
index 000000000..67b27f96e
--- /dev/null
+++ b/xorg/xorg-xcompmgr/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Compositing manager for X
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxdamage, xorg-libxcomposite, xorg-libxrender
+
+name=xorg-xcompmgr
+version=1.1.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xcompmgr-$version.tar.bz2)
+
+build() {
+ cd xcompmgr-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}