1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-29 22:41:20 +00:00
morpheus/pkgs/uuterm/build
Daniel Bainton ac90eb3aa3 Move each package to their own dir
Also support for the $pkgdir variable in build files, which will include
the full path to the directory of the package (for patches, configs etc)
2014-03-09 13:56:35 +02:00

8 lines
146 B
Plaintext

url="$mirror/uuterm.tar.gz"
build: tinyxlib
cd src/uuterm
make clean
make CC=$CC LDFLAGS_X11="$LDFLAGS" uuterm-x11
cp uuterm-x11 "$root/bin"