New package: gsimplecal-gtk3-2.1
This commit is contained in:
parent
f7e3949098
commit
b34c9465ae
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'gsimplecal-gtk3'
|
||||||
|
pkgname=gsimplecal-gtk3
|
||||||
|
version=2.1
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname%-*}-${version}"
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="gtk+3-devel"
|
||||||
|
hostmakedepends="automake pkg-config"
|
||||||
|
conflicts="gsimplecal-gtk2>=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
|
||||||
|
}
|
Loading…
Reference in New Issue