24 lines
882 B
Bash
24 lines
882 B
Bash
# Template file for 'roxterm'
|
|
pkgname=roxterm
|
|
version=2.9.7
|
|
revision=1
|
|
hostmakedepends="python-lockfile pkg-config docbook-xsl xmlto libtool itstool"
|
|
makedepends="dbus-glib-devel libSM-devel vte290-devel libmagick-devel librsvg-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.bz2"
|
|
checksum=168e8cf8747820cdee1815c9b47ee188e2f7d6187f7f06d215f4728de5c7faf7
|
|
|
|
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}
|
|
}
|