From b408620f00e415fdea065950e6521d4dface54df Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Tue, 2 May 2006 23:02:54 +0200 Subject: [PATCH] added xorg-xmag --- xorg-xmag/.footprint | 10 ++++++++++ xorg-xmag/.md5sum | 1 + xorg-xmag/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 xorg-xmag/.footprint create mode 100644 xorg-xmag/.md5sum create mode 100644 xorg-xmag/Pkgfile diff --git a/xorg-xmag/.footprint b/xorg-xmag/.footprint new file mode 100644 index 00000000..af5cf2c7 --- /dev/null +++ b/xorg-xmag/.footprint @@ -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 diff --git a/xorg-xmag/.md5sum b/xorg-xmag/.md5sum new file mode 100644 index 00000000..a841591a --- /dev/null +++ b/xorg-xmag/.md5sum @@ -0,0 +1 @@ +058d168d1c7c991b8d12158433ea5f63 xmag-1.0.1.tar.bz2 diff --git a/xorg-xmag/Pkgfile b/xorg-xmag/Pkgfile new file mode 100644 index 00000000..35b78729 --- /dev/null +++ b/xorg-xmag/Pkgfile @@ -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 +}