xorg/xorg-libx11/Pkgfile
2007-04-07 14:04:52 +02:00

22 lines
626 B
Plaintext

# Description: xorg lib libX11
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libxcb, xorg-xf86bigfontproto, xorg-xextproto, xorg-xtrans, xorg-kbproto, xorg-inputproto
name=xorg-libx11
version=1.1.1
release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2 \
http://xorg.freedesktop.org/archive/X11R7.2/patches/xorg-libX11-$version-xinitimage.diff)
build() {
cd libX11-$version
patch -Np1 -i $SRC/xorg-libX11-$version-xinitimage.diff
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}