mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
New package: gsimplecal-gtk2-2.1
This commit is contained in:
parent
e9648ba213
commit
f7e3949098
1 changed files with 20 additions and 0 deletions
20
srcpkgs/gsimplecal-gtk2/template
Normal file
20
srcpkgs/gsimplecal-gtk2/template
Normal file
|
@ -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 <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…
Add table
Reference in a new issue