xorg-xcompmgr: initial release.

This commit is contained in:
Tilman Sauerbeck 2008-03-08 19:26:50 +01:00
parent 4b4c20453e
commit 18e458ee65
3 changed files with 25 additions and 0 deletions

6
xorg-xcompmgr/.footprint Normal file
View File

@ -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

1
xorg-xcompmgr/.md5sum Normal file
View File

@ -0,0 +1 @@
3eb1c2b7a6ceaec4ee872cb06d202d91 xcompmgr-1.1.4.tar.bz2

18
xorg-xcompmgr/Pkgfile Normal file
View File

@ -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
}