void-packages/srcpkgs/roxterm/template
2015-08-13 06:45:19 +02:00

24 lines
875 B
Bash

# Template file for 'roxterm'
pkgname=roxterm
version=3.1.3
revision=1
hostmakedepends="python-lockfile pkg-config docbook-xsl xmlto libtool itstool ImageMagick librsvg-utils"
makedepends="dbus-glib-devel libSM-devel vte3-devel"
depends="desktop-file-utils hicolor-icon-theme"
short_desc="Tabbed, VTE-based terminal emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://roxterm.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=cc988c099cb88d16796d6fdcff165289d905c793a8553fc8a766f89d3f8cc79b
do_configure() {
python2 mscript.py configure --prefix=/usr --cc="$CC" --cpp="$CPP" --cxx="$CXX" --ld="$LD"
}
do_build() {
python2 mscript.py build --cc="$CC" --cpp="$CPP" --cxx="$CXX" --ld="$LD" --cflags="$CFLAGS" --ldflags="$LDFLAGS"
}
do_install() {
python2 mscript.py install --destdir=${DESTDIR}
}