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