1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-21 04:48:35 +00:00
morpheus/pkgs/tinyxlib/build

9 lines
276 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
url="$mirror/tinyxlib.tar.gz"
2014-02-27 12:41:37 +00:00
build: crossmusl
2014-02-28 21:19:02 +00:00
cd src/tinyxlib
2014-02-17 15:38:40 +00:00
make clean
make -j$nprocs CC=$CC BINDIR="/bin" LIBDIR="/lib" STATIC=1 \
FONT_ENCODINGS_DIRECTORY="/share/fonts/encodings/encodings.dir"
make DESTDIR="$libcroot" BINDIR="/bin" LIBDIR="/lib" STATIC=1 install