summaryrefslogtreecommitdiff
path: root/user/xfce4-mailwatch-plugin/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/xfce4-mailwatch-plugin/APKBUILD')
-rw-r--r--user/xfce4-mailwatch-plugin/APKBUILD34
1 files changed, 34 insertions, 0 deletions
diff --git a/user/xfce4-mailwatch-plugin/APKBUILD b/user/xfce4-mailwatch-plugin/APKBUILD
new file mode 100644
index 000000000..f085a2659
--- /dev/null
+++ b/user/xfce4-mailwatch-plugin/APKBUILD
@@ -0,0 +1,34 @@
+# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
+# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
+pkgname=xfce4-mailwatch-plugin
+pkgver=1.3.1
+pkgrel=0
+pkgdesc="XFCE panel plugin for monitoring mailboxes"
+url="https://www.xfce.org"
+arch="all"
+license="GPL-2.0-only AND (GPL-2.0-only OR LGPL-2.0+)"
+depends=""
+makedepends="exo-dev gnutls-dev intltool libxfce4ui-dev xfce4-panel-dev"
+subpackages="$pkgname-lang"
+source="https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/xfce4-mailwatch-plugin-$pkgver.tar.bz2"
+
+build() {
+ LIBS="-lintl" ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --localstatedir=/var
+ make
+}
+
+check() {
+ make check
+}
+
+package() {
+ make DESTDIR="$pkgdir" install
+}
+
+sha512sums="cc84c0511fff983283f6af132ff224f62373a1bb608f14b332a75f259f7842491b09f7d9f9d833cb31f81eb392a1b55fe4bf6da8a15b4c62abd2e9640392fb1d xfce4-mailwatch-plugin-1.3.1.tar.bz2"