Browse Source

Add TiLP and spasm

master
mid-kid 8 years ago
parent
commit
31b00ae32f
  1. 13
      satellites/gfm-git.sat
  2. 13
      satellites/libticables-git.sat
  3. 13
      satellites/libticalcs-git.sat
  4. 13
      satellites/libticonv-git.sat
  5. 13
      satellites/libtifiles-git.sat
  6. 12
      satellites/spasm-ng-git.sat
  7. 13
      satellites/tilp-git.sat

13
satellites/gfm-git.sat

@ -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:

13
satellites/libticables-git.sat

@ -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:

13
satellites/libticalcs-git.sat

@ -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:

13
satellites/libticonv-git.sat

@ -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:

13
satellites/libtifiles-git.sat

@ -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:

12
satellites/spasm-ng-git.sat

@ -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:

13
satellites/tilp-git.sat

@ -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…
Cancel
Save