2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/xorg/libX11/build

14 lines
208 B
Plaintext
Raw Normal View History

2019-06-27 06:10:39 +00:00
#!/bin/sh -e
CFLAGS_FOR_BUILD=-fPIC \
./configure \
--prefix=/usr \
--enable-static
make
make DESTDIR="$1" install
2019-08-11 18:22:59 +00:00
2019-08-19 00:50:32 +00:00
# Remove unneeded files.
2019-08-11 18:22:59 +00:00
rm -rf "$1/usr/share/doc"
2019-08-19 00:50:32 +00:00
rm -rf "$1/usr/share/man/man3"