diff options
Diffstat (limited to 'xorg/xorg-xmag/Pkgfile')
-rw-r--r-- | xorg/xorg-xmag/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-xmag/Pkgfile b/xorg/xorg-xmag/Pkgfile deleted file mode 100644 index fecfa01f9..000000000 --- a/xorg/xorg-xmag/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -} |