xorg/xorg-xmag/Pkgfile
2019-04-14 20:34:34 +10:00

19 lines
355 B
Plaintext

# Description: Screen magnifier
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxaw
name=xorg-xmag
version=1.0.6
release=2
source=(https://www.x.org/releases/individual/app/xmag-$version.tar.bz2)
build() {
cd xmag-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}