aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-31 12:17:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-31 12:17:13 -0300
commit918286b44a59a3176caf6aff62104c2eaefec4c5 (patch)
treed9ada0f05e01f7a4f13269223a44ca37823b6dd5
parentc135e1035e3a5fb2acabc0e56ebdae8a32bbfa13 (diff)
downloadalpine_aports-918286b44a59a3176caf6aff62104c2eaefec4c5.tar.bz2
alpine_aports-918286b44a59a3176caf6aff62104c2eaefec4c5.tar.xz
alpine_aports-918286b44a59a3176caf6aff62104c2eaefec4c5.zip
testing/foxtrotgps: cleanup
-rw-r--r--testing/foxtrotgps/APKBUILD20
1 files changed, 7 insertions, 13 deletions
diff --git a/testing/foxtrotgps/APKBUILD b/testing/foxtrotgps/APKBUILD
index 7fc5d2224e..df2d641ab5 100644
--- a/testing/foxtrotgps/APKBUILD
+++ b/testing/foxtrotgps/APKBUILD
@@ -1,26 +1,20 @@
1# Contributor: Leo <thinkabit.ukim@gmail.com>
1# Maintainer: Miles Alan <m@milesalan.com> 2# Maintainer: Miles Alan <m@milesalan.com>
2pkgname=foxtrotgps 3pkgname=foxtrotgps
3pkgver=1.2.2 4pkgver=1.2.2
4pkgrel=0 5pkgrel=1
5pkgdesc="Gtk-based GIS/GPS Mapping application that works well on small screens" 6pkgdesc="Gtk-based GIS/GPS Mapping application that works well on small screens"
6url="http://foxtrotgps.org" 7url="http://foxtrotgps.org"
7arch="all" 8arch="all"
8license="GPL-2.0-only" 9license="GPL-2.0-only"
9depends="gtk+2.0" 10makedepends="intltool gtk+2.0-dev libglade-dev curl-dev
10makedepends=" 11 sqlite-dev libexif-dev gpsd-dev"
11intltool gtk+2.0-dev libglade-dev curl-dev sqlite-dev libexif-dev gpsd-dev
12"
13options="!check" # Has no tests 12options="!check" # Has no tests
14subpackages="$pkgname-doc $pkgname-lang" 13subpackages="$pkgname-doc $pkgname-lang"
15source=" 14source="
16https://www.foxtrotgps.org/releases/$pkgname-$pkgver.tar.gz 15 https://www.foxtrotgps.org/releases/foxtrotgps-$pkgver.tar.gz
17./fix-timespec.diff 16 fix-timespec.diff
18" 17 "
19
20prepare() {
21 patch -p1 < ../fix-timespec.diff
22 default_prepare
23}
24 18
25build() { 19build() {
26 ./configure \ 20 ./configure \