diff options
Diffstat (limited to 'xorg-xmag/Pkgfile')
-rw-r--r-- | xorg-xmag/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-xmag/Pkgfile b/xorg-xmag/Pkgfile new file mode 100644 index 000000000..fecfa01f9 --- /dev/null +++ b/xorg-xmag/Pkgfile @@ -0,0 +1,18 @@ +# Description: Screen magnifier +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libxaw +# Run on: xorg-libxaw + +name=xorg-xmag +version=1.0.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xmag-$version.tar.bz2) + +build() { + cd xmag-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install +} |