aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/series60-remote/APKBUILD
blob: 2624914dcabbaf0c010d4448db68e486fb38fdcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=series60-remote
pkgver=0.4.0
pkgrel=1
pkgdesc="S60 operating system mobile phone manager"
url="http://series60-remote.sourceforge.net"
arch="noarch"
license="GPL"
depends="py-qt py-bluez qt-sqlite"
makedepends=
install=
subpackages=
options="!tracedeps"
source="http://downloads.sourceforge.net/project/series60-remote/series60-remote/$pkgver/series60-remote-$pkgver.tar.gz"

_builddir="$srcdir"/series60-remote-$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="adc345c3998e594da86c4df150f851e0  series60-remote-0.4.0.tar.gz"