diff --git a/srcpkgs/gsimplecal-gtk2/template b/srcpkgs/gsimplecal-gtk2/template new file mode 100644 index 00000000000..8ea49fa0865 --- /dev/null +++ b/srcpkgs/gsimplecal-gtk2/template @@ -0,0 +1,20 @@ +# Template file for 'gsimplecal-gtk2' +pkgname=gsimplecal-gtk2 +version=2.1 +revision=1 +wrksrc="${pkgname%-*}-${version}" +build_style=gnu-configure +configure_args="--enable-gtk2" +makedepends="gtk+-devel" +hostmakedepends="automake pkg-config" +conflicts="gsimplecal-gtk3>=0" +short_desc="Simple and lightweight GTK calendar" +maintainer="Jarbowski " +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 +} diff --git a/srcpkgs/gsimplecal-gtk3/template b/srcpkgs/gsimplecal-gtk3/template new file mode 100644 index 00000000000..e569c13a0a8 --- /dev/null +++ b/srcpkgs/gsimplecal-gtk3/template @@ -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 " +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 +}