kiss-mfavila-large/ports/ctwm-git/build~

15 lines
334 B
Plaintext
Raw Normal View History

2021-05-09 06:10:08 +00:00
#!/bin/sh -e
export DESTDIR="$1"
export CFLAGS="$CFLAGS -D_POSIX_C_SOURCE=200809L"
2021-05-11 04:07:37 +00:00
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_XPM=ON \
-DUSE_EWMH=TRUE
2021-05-09 06:10:08 +00:00
cmake --build build
cmake --install build