xorg/xorg-libx11/Pkgfile

21 lines
428 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxcb, xorg-xorgproto, xorg-xtrans
2006-04-07 18:48:00 +02:00
name=xorg-libx11
2017-02-28 13:29:42 +01:00
version=1.6.5
release=1
2007-06-04 19:08:13 +02:00
source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libX11-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
2009-11-18 18:44:45 +01:00
rm -rf $PKG/usr/share/doc
2006-04-07 18:48:00 +02:00
}