libXmeta: new meta package

Unifies build files for libX* packages.
This commit is contained in:
Dylan Araps 2021-07-06 15:01:01 +03:00
parent 7103cdf03b
commit 0d8e4fa474
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

14
xorg/libXmeta/build Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static
make
make DESTDIR="$1" install
# Remove library documentation.
# False positive.
# shellcheck disable=2115
rm -rf "$1/usr/share"