From 2dccc36ecd1d6bb274e3064e041a95acade3c338 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 23:05:27 +0100 Subject: Ajout de xorg-xmag#1.0.3-1 --- xorg/xorg-xmag/.footprint | 10 ++++++++++ xorg/xorg-xmag/.md5sum | 1 + xorg/xorg-xmag/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 xorg/xorg-xmag/.footprint create mode 100644 xorg/xorg-xmag/.md5sum create mode 100644 xorg/xorg-xmag/Pkgfile (limited to 'xorg/xorg-xmag') diff --git a/xorg/xorg-xmag/.footprint b/xorg/xorg-xmag/.footprint new file mode 100644 index 000000000..ab8a58d2c --- /dev/null +++ b/xorg/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/xorg-xmag/.md5sum b/xorg/xorg-xmag/.md5sum new file mode 100644 index 000000000..2a9e93bda --- /dev/null +++ b/xorg/xorg-xmag/.md5sum @@ -0,0 +1 @@ +32f7ed4c089365cadb9382f6fbd750a9 xmag-1.0.3.tar.bz2 diff --git a/xorg/xorg-xmag/Pkgfile b/xorg/xorg-xmag/Pkgfile new file mode 100644 index 000000000..012750ac5 --- /dev/null +++ b/xorg/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-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 +} -- cgit v1.2.3-54-g00ecf