diff options
author | Mika Havela <mika.havela@gmail.com> | 2012-09-21 11:36:49 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 22:27:56 +0000 |
commit | 79b56c5e0c602eee6ce5c5d41dc521f9d93180cc (patch) | |
tree | 5ad49cb16c46201c560e473441d80755b87ac748 | |
parent | 82e4f8eeef382c2316c3f4989edd6072f07992b7 (diff) | |
download | aports-79b56c5e0c602eee6ce5c5d41dc521f9d93180cc.tar.bz2 aports-79b56c5e0c602eee6ce5c5d41dc521f9d93180cc.tar.xz |
main/skytraq-datalogger: Moved from 'testing' to 'main'
Software is tested and proven to work as expected.
It should be ok to move it to 'main'.
Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
-rw-r--r-- | testing/skytraq-datalogger/APKBUILD | 43 | ||||
-rw-r--r-- | testing/skytraq-datalogger/Makefile.patch | 8 | ||||
-rw-r--r-- | testing/skytraq-datalogger/agps-download.c.patch | 10 |
3 files changed, 0 insertions, 61 deletions
diff --git a/testing/skytraq-datalogger/APKBUILD b/testing/skytraq-datalogger/APKBUILD deleted file mode 100644 index a02563274..000000000 --- a/testing/skytraq-datalogger/APKBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Contributor: Mika Havela <mika.havela@gmail.com> -# Maintainer: Mika Havela <mika.havela@gmail.com> -pkgname=skytraq-datalogger -pkgver=0.5.1 -_pkgver=0.5-1 -pkgrel=0 -pkgdesc="Configuration and download tool for GPS data loggers based on Skytraq Venus 5 and 6 chipsets" -url="http://code.google.com/p/skytraq-datalogger/" -arch="all" -license="GNU GPL v2" -depends="" -depends_dev="curl-dev" -makedepends="$depends_dev" -install="" -subpackages="" -source="http://${pkgname}.googlecode.com/files/${pkgname}_${_pkgver}.tar.gz -Makefile.patch -agps-download.c.patch" - -_builddir="$srcdir/${pkgname}-${_pkgver}" -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="e691f9092f63c7100313a9881ff100d4 skytraq-datalogger_0.5-1.tar.gz -5939083bf1ac066967f2489a21691ac5 Makefile.patch -4111c54fd124ef7a1aad49c585cd46e4 agps-download.c.patch" diff --git a/testing/skytraq-datalogger/Makefile.patch b/testing/skytraq-datalogger/Makefile.patch deleted file mode 100644 index fd9a696fe..000000000 --- a/testing/skytraq-datalogger/Makefile.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- skytraq-datalogger-0.5-1/Makefile -+++ ./Makefile -@@ -18,4 +18,5 @@ - rm -f *.o $(PROG) test - - install: -+ mkdir -p $(DESTDIR)/$(PREFIX) - cp $(PROG) $(DESTDIR)/$(PREFIX) diff --git a/testing/skytraq-datalogger/agps-download.c.patch b/testing/skytraq-datalogger/agps-download.c.patch deleted file mode 100644 index 150a326c4..000000000 --- a/testing/skytraq-datalogger/agps-download.c.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- skytraq-datalogger-0.5-1/agps-download.c -+++ ./agps-download.c -@@ -3,7 +3,6 @@ - #include <string.h> - - #include <curl/curl.h> --#include <curl/types.h> - #include <curl/easy.h> - - #define EPHERMIS_URL "ftp://skytraq:skytraq@60.250.205.31/ephemeris/Eph.dat" |