xorg/xorg-xineramaproto/Pkgfile
Tilman Sauerbeck fa19d4b331 initial import
2006-04-07 18:48:00 +02:00

18 lines
387 B
Plaintext

# Description: xorg proto xineramaproto
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
name=xorg-xineramaproto
version=1.1.2
release=1
source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xineramaproto-$version.tar.bz2)
build() {
cd xineramaproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}