diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-05-02 23:02:54 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-05-02 23:02:54 +0200 |
commit | b408620f00e415fdea065950e6521d4dface54df (patch) | |
tree | 3f1116dfecde3499fb2412670c93389ffa8742a0 /xorg-xmag | |
parent | ef6688f54c89ed77beeca6d19591a7b2ca357284 (diff) | |
download | xorg-b408620f00e415fdea065950e6521d4dface54df.tar.gz xorg-b408620f00e415fdea065950e6521d4dface54df.tar.xz |
added xorg-xmag
Diffstat (limited to 'xorg-xmag')
-rw-r--r-- | xorg-xmag/.footprint | 10 | ||||
-rw-r--r-- | xorg-xmag/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xmag/Pkgfile | 18 |
3 files changed, 29 insertions, 0 deletions
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 +} |