xorg/xorg-xineramaproto/Pkgfile
2011-01-07 15:18:17 +01:00

18 lines
374 B
Plaintext

# Description: xorg proto xineramaproto
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xineramaproto
version=1.2.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/xineramaproto-$version.tar.bz2)
build() {
cd xineramaproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}