void-packages/srcpkgs/gnome-common/template

21 lines
531 B
Plaintext

# Template file for 'gnome-common'
pkgname=gnome-common
version=3.7.4
revision=2
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Common scripts and macros to develop with GNOME"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/${pkgname}/3.7/${pkgname}-${version}.tar.xz"
checksum=2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b
gnome-common_package() {
depends="automake"
noarch="yes"
pkg_install() {
vmove usr
}
}