aboutsummaryrefslogtreecommitdiffstats
path: root/community/xfce4-terminal/APKBUILD
blob: b5d44a440e37bd5406c55117f3a63bd94e97d271 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-terminal
pkgver=0.8.9
pkgrel=0
pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
url="https://xfce.org/projects/terminal/"
arch="all"
license="GPL-2.0-or-later"
depends="startup-notification hicolor-icon-theme"
makedepends="exo-dev vte3-dev libxfce4ui-dev pcre2-dev"
replaces="terminal"
subpackages="$pkgname-doc $pkgname-lang"
source="https://archive.xfce.org/src/apps/xfce4-terminal/${pkgver%.*}/xfce4-terminal-$pkgver.tar.bz2"

build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--libexecdir=/usr/lib/xfce4 \
		--localstatedir=/var \
		--disable-static
	make
}

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

sha512sums="6d3225395bcb7706bb0452a7102d5fdfa404d018909987c824ca90e4fb8765aec7ffbb6534df18020c7c9dd9c860aeca0686e755f10e1855c870ef953d857397  xfce4-terminal-0.8.9.tar.bz2"