Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.

14 lines
228 B

import 'vcs/git'
import 'compile/configure'
name=tilp
vcs_git 'https://github.com/debrouxl/tilibs'
header_end
cd tilibs/libticalcs/trunk
autoreconf -fi
compile_configure
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: