void-packages/srcpkgs/libgweather/template
2013-04-17 22:08:40 +02:00

39 lines
1.1 KiB
Plaintext

# Template file for 'libgweather'
pkgname=libgweather
version=3.8.1
revision=1
build_style=gnu-configure
configure_args="--disable-schemas-compile
--enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo"
hostmakedepends="pkg-config intltool gobject-introspection"
makedepends="libxml2-devel libsoup-gnome-devel gtk+3-devel>=3.8.0
gnome-icon-theme"
short_desc="GNOME Weather information access library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://www.gnome.org/"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=4649f51a881ec375853a782ec1cd279f242baa4b6c1b9ebe09614ac65dd6081a
long_desc="
libgweather is a library to access weather information from online
services for numerous locations."
libgweather-devel_package() {
depends="gdk-pixbuf-devel gtk+3-devel libxml2-devel
libsoup-devel ${sourcepkg}-${version}_${revision}"
short_desc="${short_desc} - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0
vmove usr/share/gtk-doc
}
}
libgweather_package() {
depends="gnome-icon-theme"
pkg_install() {
vmove usr
}
}