From 015542703d357f8620518e6ef5b49230a9f0dbb9 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 22:18:32 +0100 Subject: Ajout de xorg-xcompmgr#1.1.4-1 --- xorg/xorg-xcompmgr/.footprint | 6 ++++++ xorg/xorg-xcompmgr/.md5sum | 1 + xorg/xorg-xcompmgr/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg/xorg-xcompmgr/.footprint create mode 100644 xorg/xorg-xcompmgr/.md5sum create mode 100644 xorg/xorg-xcompmgr/Pkgfile 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 +} -- cgit v1.2.3-54-g00ecf