diff options
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/smu/build | 4 | ||||
-rw-r--r-- | testing/smu/checksums | 1 | ||||
-rw-r--r-- | testing/smu/sources | 1 | ||||
-rw-r--r-- | testing/smu/version | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/testing/smu/build b/testing/smu/build new file mode 100755 index 00000000..954aa1f3 --- /dev/null +++ b/testing/smu/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install diff --git a/testing/smu/checksums b/testing/smu/checksums new file mode 100644 index 00000000..7c8bd08d --- /dev/null +++ b/testing/smu/checksums @@ -0,0 +1 @@ +f3bb18f958962679a7fb48d7f8dcab8b59154d66f23c9aba02e78103106093a4 v1.5.tar.gz diff --git a/testing/smu/sources b/testing/smu/sources new file mode 100644 index 00000000..b8e05029 --- /dev/null +++ b/testing/smu/sources @@ -0,0 +1 @@ +https://github.com/Gottox/smu/archive/v1.5.tar.gz diff --git a/testing/smu/version b/testing/smu/version new file mode 100644 index 00000000..7e8c7865 --- /dev/null +++ b/testing/smu/version @@ -0,0 +1 @@ +1.5 1 |