xorg/xorg-xmag/Pkgfile

19 lines
354 B
Plaintext
Raw Normal View History

2006-05-02 23:02:54 +02:00
# Description: Screen magnifier
# URL: http://xorg.freedesktop.org
2012-07-16 13:55:45 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2006-06-25 19:21:58 +02:00
# Depends on: xorg-libxaw
2006-05-02 23:02:54 +02:00
name=xorg-xmag
2022-07-14 12:21:15 +02:00
version=1.0.7
release=1
source=(https://www.x.org/releases/individual/app/xmag-$version.tar.xz)
2006-05-02 23:02:54 +02:00
build() {
cd xmag-$version
./configure --prefix=/usr
2006-05-02 23:02:54 +02:00
make
make DESTDIR=$PKG install
}