diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:05:27 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:05:27 +0100 |
commit | 2dccc36ecd1d6bb274e3064e041a95acade3c338 (patch) | |
tree | 67179f8b607f6fbc3c05055b32b02b3f5e82a309 /xorg | |
parent | f9603f7ace07369b0a5840eaa41880118facbec1 (diff) | |
download | nutyx-pakxe-2dccc36ecd1d6bb274e3064e041a95acade3c338.tar.gz nutyx-pakxe-2dccc36ecd1d6bb274e3064e041a95acade3c338.tar.bz2 nutyx-pakxe-2dccc36ecd1d6bb274e3064e041a95acade3c338.tar.xz nutyx-pakxe-2dccc36ecd1d6bb274e3064e041a95acade3c338.zip |
Ajout de xorg-xmag#1.0.3-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xmag/.footprint | 10 | ||||
-rw-r--r-- | xorg/xorg-xmag/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xmag/Pkgfile | 18 |
3 files changed, 29 insertions, 0 deletions
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 +} |