31 lines
No EOL
675 B
Text
Executable file
31 lines
No EOL
675 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="
|
|
516760bd3e3f365f13ebefce8de1ecfe6ca50b5da70742498f5f0944c0a1f92a60cc819cb24f2387170fd1e1b1ca5ada9c923ce57f32c3e377cfe159870fc84b libX11-1.7.1.tar.lz
|
|
" |