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

19 lines
454 B
Plaintext

# Description: xorg lib libXxf86misc
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
# Depends on: xorg-xproto, xorg-libx11, xorg-libxext, xorg-xf86miscproto
name=xorg-libxxf86misc
version=1.0.0
release=1
source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/libXxf86misc-$version.tar.bz2)
build() {
cd libXxf86misc-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}