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
|
2012-07-16 01:31:34 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2018-04-14 20:01:33 +10:00
|
|
|
# Depends on: xorg-libxcb xorg-xtrans
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-libx11
|
2022-12-16 15:39:43 +01:00
|
|
|
version=1.8.3
|
2022-11-11 15:13:22 +01:00
|
|
|
release=1
|
2021-12-07 17:05:03 +01:00
|
|
|
source=(https://www.x.org/releases/individual/lib/libX11-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libX11-$version
|
|
|
|
|
2022-09-19 23:54:53 +10:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
2022-12-16 15:39:43 +01:00
|
|
|
--disable-specs
|
2019-10-15 11:41:35 +02:00
|
|
|
|
2022-09-19 23:54:53 +10:00
|
|
|
make
|
|
|
|
make DESTDIR="$PKG" install
|
2006-04-07 18:48:00 +02:00
|
|
|
}
|