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

14 lines
250 B

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