mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-29 20:42:24 +01:00
30 lines
854 B
Plaintext
30 lines
854 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=xfce4-timer-plugin
|
|
pkgver=1.7.1
|
|
pkgrel=0
|
|
pkgdesc="Timer plugin for Xfce"
|
|
url="https://docs.xfce.org/panel-plugins/xfce4-timer-plugin"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
makedepends="xfce4-panel-dev libxfce4ui-dev gtk+3.0-dev"
|
|
options="!check" # no testsuite
|
|
subpackages="$pkgname-lang"
|
|
source="http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/${pkgver%.*}/xfce4-timer-plugin-$pkgver.tar.bz2"
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="4887dc2c524a8b749a20449dd491dc8f12f8babb26c64cecf33ae56b45d2446128cb65c25f11d534278ad39a2adf7ab718714e1bfa613fd39713e44642030c16 xfce4-timer-plugin-1.7.1.tar.bz2"
|