31 lines
677 B
Text
Executable file
31 lines
677 B
Text
Executable file
app=libx11
|
|
version=1.7.1
|
|
build=1sml
|
|
homepage="https://xorg.freedesktop.org/"
|
|
download="https://www.x.org/releases/individual/lib/libX11-$version.tar.bz2"
|
|
desc="X11 client-side library"
|
|
requires="xorgproto xorg-macros xtrans libxcb"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf libX11-$version
|
|
|
|
tar xf $srcdir/libX11-$version.tar.?z*
|
|
cd libX11-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--disable-static
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
a76f0a82fce6f9b50646a7cd7ec5ee046650f225816050226068a7548fa083ef07d146d40faaf44e033c59c17b0fda5ffdee3a127dac3ab56cee02133819aa3d libX11-1.7.1.tar.bz2
|
|
"
|