xorg/xorg-libx11/Pkgfile

19 lines
469 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg lib libX11
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-11-24 17:23:49 +01:00
# Depends on: xorg-libxcb, xorg-xf86bigfontproto, xorg-xextproto, xorg-xtrans, xorg-kbproto, xorg-inputproto
2006-04-07 18:48:00 +02:00
name=xorg-libx11
2008-03-14 17:34:34 +01:00
version=1.1.4
2007-06-04 19:08:13 +02:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libX11-$version
2006-11-24 17:23:49 +01:00
./configure --prefix=/usr --mandir=/usr/man
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}