xorg/xorg-xf86miscproto/Pkgfile

18 lines
380 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg proto xf86miscproto
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-04-07 18:48:00 +02:00
name=xorg-xf86miscproto
version=0.9.2
release=1
source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xf86miscproto-$version.tar.bz2)
build() {
cd xf86miscproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}