void-packages/srcpkgs/cinnamon-menus/template

27 lines
865 B
Bash
Raw Normal View History

2014-08-30 16:36:38 +00:00
# Template file for 'cinnamon-menus'
pkgname=cinnamon-menus
2015-05-30 05:46:35 +00:00
version=2.4.2
2015-01-24 08:53:50 +00:00
revision=1
2014-08-30 16:36:38 +00:00
short_desc="Cinnamon menu specifications"
build_style=gnu-configure
configure_args=" --disable-static"
2015-01-24 08:53:50 +00:00
hostmakedepends="pkg-config intltool gobject-introspection"
makedepends="libglib-devel"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-08-30 16:36:38 +00:00
license="GPL-3"
homepage="http://cinnamon.linuxmint.com/"
2015-01-24 08:53:50 +00:00
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
2015-05-30 05:46:35 +00:00
checksum=6f3a2c64b47f3704d639213096ca44aee9a35ec8cd7d8d72fff52efc798928ed
2014-08-30 16:36:38 +00:00
cinnamon-menus-devel_package() {
2015-01-24 08:53:50 +00:00
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
2014-08-30 16:36:38 +00:00
short_desc+=" - development files"
pkg_install() {
vmove "usr/lib/*.so"
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0
}
}