vp-build/srcpkgs/gsimplecal-gtk2/template

25 lines
660 B
Bash

# Template file for 'gsimplecal-gtk2'
pkgname=gsimplecal-gtk2
version=2.1
revision=3
wrksrc="${pkgname%-*}-${version}"
build_style=gnu-configure
configure_args="--enable-gtk2"
makedepends="gtk+-devel"
hostmakedepends="automake pkg-config"
replaces="gsimplecal-gtk3>=0"
short_desc="Simple and lightweight GTK calendar"
maintainer="Jarbowski <jarbowski@gmail.com>"
license="BSD"
homepage="http://dmedvinsky.github.io/gsimplecal/"
distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
checksum="660cac7333d3507203a008e142e2b8f5dfcf0735b6ccabdd8d3d902b5d2c40e9"
pre_configure() {
./autogen.sh
}
post_install() {
vlicense COPYING
}