aboutsummaryrefslogtreecommitdiffstats
path: root/community/xfce4-appfinder/APKBUILD
blob: 7d52f24ee493f05aa6305dca33fce0d4327a35d7 (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.12.0
pkgrel=1
pkgdesc="Xfce application finder"
url="https://xfce.org/"
arch="all"
license="GPL-2.0+"
depends="hicolor-icon-theme"
makedepends="thunar-dev gtk+-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="025d38f9f2d57d1bcc37d38f4956742593cbee820ccf7d375138ca3eb0a9614090e3b969aba9d80b546eac43d2a9fd6c530ff829f0e4f59621ca068159e9adaf  xfce4-appfinder-4.12.0.tar.bz2"