aboutsummaryrefslogtreecommitdiffstats
path: root/community/xfce4-appfinder/APKBUILD
blob: e9114df37f875a25283b8f3230cf7399ce2d6267 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-appfinder
pkgver=4.13.1
pkgrel=0
pkgdesc="Xfce application finder"
url="https://xfce.org/"
arch="all"
license="GPL-2.0+"
depends="hicolor-icon-theme"
makedepends="thunar-dev gtk+3.0-dev libxfce4ui-dev garcon-dev"
subpackages="$pkgname-lang"
install=
replaces="xfce-utils"
source="http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"

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

check() {
	cd "$builddir"
	make check
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}
sha512sums="1be1508bea87e9ff7763dc6a8dd0a45b3e1ef39400486b9926de190e146c4c3fd96d08508d32c53a99ff92e98c4cc504e074f651273aac917a79e5df71022116  xfce4-appfinder-4.13.1.tar.bz2"