added xorg-rendercheck

This commit is contained in:
Tilman Sauerbeck 2006-06-07 20:58:56 +02:00
parent febbab5d4e
commit 34cf6663bc
3 changed files with 25 additions and 0 deletions

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/rendercheck
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/rendercheck.1.gz

1
xorg-rendercheck/.md5sum Normal file
View File

@ -0,0 +1 @@
9e4533bec9700bf6b44f1d88ddcbaf2c rendercheck-1.1.tar.bz2

18
xorg-rendercheck/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Test suite for the Render extension
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libxrender
name=xorg-rendercheck
version=1.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/rendercheck-$version.tar.bz2)
build() {
cd rendercheck-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}