mid-kid
8 years ago
7 changed files with 90 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
import 'vcs/git' |
|||
import 'compile/configure' |
|||
|
|||
name=tilp |
|||
|
|||
vcs_git 'https://github.com/debrouxl/tilp_and_gfm' |
|||
header_end |
|||
|
|||
cd tilp_and_gfm/gfm/trunk |
|||
autoreconf -i |
|||
compile_configure |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
@ -0,0 +1,13 @@ |
|||
import 'vcs/git' |
|||
import 'compile/configure' |
|||
|
|||
name=tilp |
|||
|
|||
vcs_git 'https://github.com/debrouxl/tilibs' |
|||
header_end |
|||
|
|||
cd tilibs/libticables/trunk |
|||
autoreconf -i |
|||
compile_configure -- --enable-libusb10 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
@ -0,0 +1,13 @@ |
|||
import 'vcs/git' |
|||
import 'compile/configure' |
|||
|
|||
name=tilp |
|||
|
|||
vcs_git 'https://github.com/debrouxl/tilibs' |
|||
header_end |
|||
|
|||
cd tilibs/libticalcs/trunk |
|||
autoreconf -i |
|||
compile_configure |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
@ -0,0 +1,13 @@ |
|||
import 'vcs/git' |
|||
import 'compile/configure' |
|||
|
|||
name=tilp |
|||
|
|||
vcs_git 'https://github.com/debrouxl/tilibs' |
|||
header_end |
|||
|
|||
cd tilibs/libticonv/trunk |
|||
autoreconf -i |
|||
compile_configure |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
@ -0,0 +1,13 @@ |
|||
import 'vcs/git' |
|||
import 'compile/configure' |
|||
|
|||
name=tilp |
|||
|
|||
vcs_git 'https://github.com/debrouxl/tilibs' |
|||
header_end |
|||
|
|||
cd tilibs/libtifiles/trunk |
|||
autoreconf -i |
|||
compile_configure |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
@ -0,0 +1,12 @@ |
|||
import 'vcs/git' |
|||
|
|||
name=spasm-ng |
|||
|
|||
vcs_git "https://github.com/alberthdev/$name" |
|||
header_end |
|||
|
|||
cd "$name" |
|||
make |
|||
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bindir" spasm |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
@ -0,0 +1,13 @@ |
|||
import 'vcs/git' |
|||
import 'compile/configure' |
|||
|
|||
name=tilp |
|||
|
|||
vcs_git 'https://github.com/debrouxl/tilp_and_gfm' |
|||
header_end |
|||
|
|||
cd tilp_and_gfm/tilp/trunk |
|||
autoreconf -i |
|||
compile_configure |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
Loading…
Reference in new issue