mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
- don't use $pkgname in source= - remove default builddir= & cd "$builddir" - combine the two calls to `install` into one
30 lines
984 B
Plaintext
30 lines
984 B
Plaintext
# Contributor: Henrik Riomar <henrik.riomar@gmail.com>
|
|
# Maintainer:
|
|
pkgname=sylpheed-imap-notify
|
|
pkgver=1.1.0
|
|
pkgrel=1
|
|
pkgdesc="An IMAP NOTIFY and IDLE plugin for the Sylpheed mail client."
|
|
url="https://github.com/clehner/sylpheed-imap-notify"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
depends="sylpheed"
|
|
makedepends="sylpheed-dev gtk+2.0-dev"
|
|
options="!check"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/clehner/sylpheed-imap-notify/archive/$pkgver.tar.gz
|
|
fix-format-error.patch
|
|
"
|
|
|
|
build() {
|
|
make PREFIX=/usr SYLPHEED_DIR=/usr/include/sylpheed/sylph
|
|
}
|
|
|
|
package() {
|
|
install -Dm0644 imap_notify.so \
|
|
-t "$pkgdir"/usr/lib/sylpheed/plugins/
|
|
}
|
|
|
|
sha512sums="
|
|
8763bf271f2908c02112ae6f737f0435091d7f5f0b336cb60be6e655cc678c82cadde0d3d4fb595a673189b6b4444e65a8f753ff91fe5522423e20ec6e4ec339 sylpheed-imap-notify-1.1.0.tar.gz
|
|
95843e8bcfdb3ce505d2b13fede206cd058ea13059af3c9152762bec7aad36fc62ef78bcccb572fff5f5348b464f57ed5c058fd33f9403cf9556df2b1bf1ec71 fix-format-error.patch
|
|
"
|