xorg/xorg-xmag/Pkgfile

19 lines
363 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
version=1.0.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xmag-$version.tar.bz2)
build() {
cd xmag-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}