xorg/xorg-xmag/Pkgfile

19 lines
383 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
2013-01-14 14:46:05 +01:00
version=1.0.5
2006-05-02 23:02:54 +02:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xmag-$version.tar.bz2)
build() {
cd xmag-$version
2007-08-16 13:14:12 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-05-02 23:02:54 +02:00
make
make DESTDIR=$PKG install
}