1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-07-05 13:23:31 +00:00
morpheus/pkgs/uuterm

9 lines
219 B
Plaintext
Raw Normal View History

2014-02-27 12:41:37 +00:00
build: tinyxlib
url="$mirror/uuterm.tar.gz"
2014-02-18 10:47:18 +00:00
cd src
2014-02-27 12:41:37 +00:00
wget -c $url
2014-02-18 10:47:18 +00:00
[ -d uuterm ] || tar xzf uuterm.tar.gz
2014-02-27 12:41:37 +00:00
cd uuterm
make CC=$CC LDFLAGS_X11="-L$libcroot/lib -static" uuterm-x11 || return 1
cp uuterm-x11 "$root/bin"