aboutsummaryrefslogtreecommitdiffstats
path: root/community/corebird/APKBUILD
blob: 3c3b9ad49b7fa7bc6555d0e10d25b0e037690735 (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
39
40
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=corebird
pkgver=1.5
pkgrel=0
pkgdesc="Corebird is a modern, easy and fun Twitter client"
url="http://corebird.baedert.org/"
arch="all"
license="GPL3"
makedepends="gtk+3.0-dev rest-dev json-glib-dev sqlite-dev libsoup-dev libgee-dev
		vala tiff automake autoconf libtool intltool glib-dev libxml2-utils file"
options="libtool !check"
subpackages="$pkgname-lang $pkgname-doc"
source="${pkgname}-${pkgver}.tar.gz::https://github.com/baedert/$pkgname/archive/$pkgver.tar.gz
		disable-gst-check.patch"
builddir=${srcdir}/${pkgname}-${pkgver}

prepare() {
	cd "$builddir"
	NOCONFIGURE=yes ./autogen.sh
	default_prepare
}

build() {
	cd "$builddir"
	./configure \
		--prefix=/usr \
		--disable-video \
		--disable-gst-check \
		--disable-spellcheck
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}

sha512sums="eb0356c28bd4a3385c2194a4a05448741a579c521df481cff8c5f873e8769ccfe72a38a3fa709a43276b107a94c8c900e9163c517fcd7fe23cd738ff59de3eb0  corebird-1.5.tar.gz
ce31141924a58b9081453b4c9490b22f2d039624a8f06d8f9418c5b8581cb8443a57db304d1112331dda547905cbe3df0c26f08f62ff78a2b210465fc3506e94  disable-gst-check.patch"