summaryrefslogtreecommitdiffstats
path: root/main/xfce4-notes-plugin/APKBUILD
blob: 6b4be6b4daa742c9820962dcd8402b1209c35b55 (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
# Contributor: 
# Maintainer: 
pkgname=xfce4-notes-plugin
pkgver=1.7.6
pkgrel=0
pkgdesc="Notes plugin for the Xfce4 desktop"
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
license="GPL"
depends=
makedepends="xfce4-panel-dev libunique-dev"
install=
subpackages=
source="http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-$pkgver.tar.bz2"

_builddir="$srcdir"/$pkgname-$pkgver

prepare() {
	cd "$_builddir"
	# apply patches here
}

build() {
	cd "$_builddir"
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make || return 1
}

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

md5sums="a9fff3633f2d0b87f57f4aa93a8a3784  xfce4-notes-plugin-1.7.6.tar.bz2"