xorg/xorg-xmag/Pkgfile

19 lines
381 B
Plaintext
Raw Normal View History

2006-05-02 23:02:54 +02:00
# Description: Screen magnifier
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman 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
2007-08-16 13:14:12 +02:00
version=1.0.2
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
}