summaryrefslogtreecommitdiffstats
path: root/xorg-xmag
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xmag')
-rw-r--r--xorg-xmag/.footprint10
-rw-r--r--xorg-xmag/.md5sum1
-rw-r--r--xorg-xmag/Pkgfile17
-rw-r--r--xorg-xmag/Pkgfile.old18
4 files changed, 46 insertions, 0 deletions
diff --git a/xorg-xmag/.footprint b/xorg-xmag/.footprint
new file mode 100644
index 0000000..ab8a58d
--- /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.1.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 0000000..2a9e93b
--- /dev/null
+++ b/xorg-xmag/.md5sum
@@ -0,0 +1 @@
+32f7ed4c089365cadb9382f6fbd750a9 xmag-1.0.3.tar.bz2
diff --git a/xorg-xmag/Pkgfile b/xorg-xmag/Pkgfile
new file mode 100644
index 0000000..13f64f4
--- /dev/null
+++ b/xorg-xmag/Pkgfile
@@ -0,0 +1,17 @@
+description="Screen magnifier"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-libxaw)
+
+name=xorg-xmag
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xmag-1.0.3.tar.bz2)
+build ()
+{
+ cd xmag-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-xmag/Pkgfile.old b/xorg-xmag/Pkgfile.old
new file mode 100644
index 0000000..012750a
--- /dev/null
+++ b/xorg-xmag/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: Screen magnifier
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxaw
+
+name=xorg-xmag
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xmag-$version.tar.bz2)
+
+build() {
+ cd xmag-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}