xorg/xorg-xmag/Pkgfile

19 lines
355 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
2015-04-17 12:52:04 +02:00
version=1.0.6
release=2
source=(https://www.x.org/releases/individual/app/xmag-$version.tar.bz2)
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
}