added xorg-xmag

This commit is contained in:
Tilman Sauerbeck 2006-05-02 23:02:54 +02:00
parent ef6688f54c
commit b408620f00
3 changed files with 29 additions and 0 deletions

10
xorg-xmag/.footprint Normal file
View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xmag
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xmag.1x.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/app-defaults/
-rw-r--r-- root/root usr/share/X11/app-defaults/Xmag

1
xorg-xmag/.md5sum Normal file
View File

@ -0,0 +1 @@
058d168d1c7c991b8d12158433ea5f63 xmag-1.0.1.tar.bz2

18
xorg-xmag/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Screen magnifier
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-xaw
name=xorg-xmag
version=1.0.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xmag-$version.tar.bz2)
build() {
cd xmag-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}