summaryrefslogtreecommitdiffstats
path: root/main/xfconf/APKBUILD
blob: 3475c2052a585348246dfad08cc06d89562f4b44 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfconf
pkgver=4.8.0
pkgrel=0
pkgdesc="xfconf.. thingie"
url="http://www.xfce.org/"
arch="all"
license="GPL-2"
subpackages="$pkgname-dev $pkgname-doc"
depends=
makedepends="dbus-glib-dev libxfce4util-dev gettext-dev libiconv-dev
	intltool"
source="http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"

depends_dev="glib-dev dbus-dev dbus-glib-dev"

_builddir="$srcdir"/$pkgname-$pkgver
build() {
	cd "$_builddir"
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--libexecdir=/usr/lib \
		--localstatedir=/var \
		--disable-static
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}
md5sums="0f11ed1ec7789c5c4c3fcc7cdb3c2940  xfconf-4.8.0.tar.bz2"