forked from kiss-community/repo
libXmeta: new meta package
Unifies build files for libX* packages.
This commit is contained in:
parent
7103cdf03b
commit
0d8e4fa474
14
xorg/libXmeta/build
Executable file
14
xorg/libXmeta/build
Executable 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"
|
Loading…
Reference in New Issue
Block a user