void-packages/srcpkgs/nemiver/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

24 lines
862 B
Bash

# Template build file for 'nemiver'.
pkgname=nemiver
version=0.9.5
revision=8
lib32disabled=yes
build_style=gnu-configure
configure_args="--disable-static --enable-gsettings=yes
--disable-schemas-install --disable-schemas-compile"
depends="gdb gsettings-desktop-schemas"
makedepends="boost-devel sqlite-devel libxml2-devel libgtop-devel ghex-devel
gtksourceviewmm-devel vte290-devel gsettings-desktop-schemas-devel
libgdlmm-devel"
hostmakedepends="pkg-config gdb intltool itstool glib-devel"
short_desc="Graphical front-end for gdb"
maintainer="Enno Boland <eb@s01.de>"
homepage="https://wiki.gnome.org/Apps/Nemiver"
license="GPL-2"
distfiles="https://download.gnome.org/sources/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=33590e3964092cabb629a6ba8415786b054702063a944eca5fe4156048baf8d9
post_install() {
rm -rf ${DESTDIR}/usr/include
}