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

13 lines
227 B

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