mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
30 lines
889 B
Text
30 lines
889 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname="xfce4-timer-plugin"
|
|
pkgver=1.7.0
|
|
pkgrel=0
|
|
pkgdesc="Timer plugin for Xfce"
|
|
url="https://docs.xfce.org/panel-plugins/xfce4-timer-plugin"
|
|
arch="all"
|
|
license="BSD"
|
|
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"
|
|
builddir="$srcdir/xfce4-timer-plugin-$pkgver"
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="b4d00396f5be37d009cdb50baea8804c4b06a6f0b821d66751fd07ca21e186c01bafeec5170209b5de69559803e0ac54d9b56266f193b65ac056cdd52bf5228e xfce4-timer-plugin-1.7.0.tar.bz2"
|