From 31b00ae32f8db4e283c2f41f5a39ea0649c87a63 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sat, 8 Oct 2016 12:25:41 +0200 Subject: [PATCH] Add TiLP and spasm --- satellites/gfm-git.sat | 13 +++++++++++++ satellites/libticables-git.sat | 13 +++++++++++++ satellites/libticalcs-git.sat | 13 +++++++++++++ satellites/libticonv-git.sat | 13 +++++++++++++ satellites/libtifiles-git.sat | 13 +++++++++++++ satellites/spasm-ng-git.sat | 12 ++++++++++++ satellites/tilp-git.sat | 13 +++++++++++++ 7 files changed, 90 insertions(+) create mode 100644 satellites/gfm-git.sat create mode 100644 satellites/libticables-git.sat create mode 100644 satellites/libticalcs-git.sat create mode 100644 satellites/libticonv-git.sat create mode 100644 satellites/libtifiles-git.sat create mode 100644 satellites/spasm-ng-git.sat create mode 100644 satellites/tilp-git.sat diff --git a/satellites/gfm-git.sat b/satellites/gfm-git.sat new file mode 100644 index 0000000..832bc2f --- /dev/null +++ b/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: diff --git a/satellites/libticables-git.sat b/satellites/libticables-git.sat new file mode 100644 index 0000000..7595117 --- /dev/null +++ b/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: diff --git a/satellites/libticalcs-git.sat b/satellites/libticalcs-git.sat new file mode 100644 index 0000000..cc2b8e4 --- /dev/null +++ b/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: diff --git a/satellites/libticonv-git.sat b/satellites/libticonv-git.sat new file mode 100644 index 0000000..8179cb2 --- /dev/null +++ b/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: diff --git a/satellites/libtifiles-git.sat b/satellites/libtifiles-git.sat new file mode 100644 index 0000000..3f81a2b --- /dev/null +++ b/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: diff --git a/satellites/spasm-ng-git.sat b/satellites/spasm-ng-git.sat new file mode 100644 index 0000000..80b479f --- /dev/null +++ b/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: diff --git a/satellites/tilp-git.sat b/satellites/tilp-git.sat new file mode 100644 index 0000000..fe620d8 --- /dev/null +++ b/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: