22 lines
677 B
Bash
22 lines
677 B
Bash
# Template file for 'xdaliclock'
|
|
pkgname=xdaliclock
|
|
version=2.48
|
|
revision=1
|
|
build_wrksrc=X11
|
|
build_style=gnu-configure
|
|
hostmakedepends="glib-devel libxml2 pkg-config"
|
|
makedepends="glib-devel gtk+3-devel"
|
|
short_desc="Melting digital clock"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="X11"
|
|
homepage="http://www.jwz.org/xdaliclock/"
|
|
distfiles="http://www.jwz.org/xdaliclock/xdaliclock-${version}.tar.gz"
|
|
checksum=0598aa8d3492020bd3ff9e8e24370a878a433fdbaa561479702c7cf47fb914b4
|
|
|
|
do_install() {
|
|
make install install_prefix=${DESTDIR}
|
|
rm "${DESTDIR}/usr/share/glib-2.0/schemas/gschemas.compiled"
|
|
sed -n '/Jamie/,/warranty/p' xdaliclock.c > LICENSE
|
|
vlicense LICENSE
|
|
}
|