2013-10-02 16:18:31 +00:00
|
|
|
# Template file for 'roxterm'
|
|
|
|
pkgname=roxterm
|
2014-12-04 06:53:12 +00:00
|
|
|
version=2.9.5
|
2015-01-14 08:51:00 +00:00
|
|
|
revision=2
|
2014-12-04 06:53:12 +00:00
|
|
|
hostmakedepends="python-lockfile pkg-config docbook-xsl xmlto libtool itstool"
|
2015-01-14 08:51:00 +00:00
|
|
|
makedepends="dbus-glib-devel libSM-devel vte290-devel libmagick-devel librsvg-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
2013-10-02 16:18:31 +00:00
|
|
|
short_desc="Tabbed, VTE-based terminal emulator"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://roxterm.sourceforge.net"
|
2014-12-04 06:53:12 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=e7e5761fe8f689e7f761c020cc0eb84f44039d84e7928b13af2ba25c5e85cff8
|
2013-10-02 16:18:31 +00:00
|
|
|
|
|
|
|
do_configure() {
|
2014-12-04 06:53:12 +00:00
|
|
|
python2 mscript.py configure --prefix=/usr --cc="$CC" --cpp="$CPP" --cxx="$CXX" --ld="$LD"
|
2013-10-02 16:18:31 +00:00
|
|
|
}
|
|
|
|
do_build() {
|
2014-12-04 06:53:12 +00:00
|
|
|
python2 mscript.py build --cc="$CC" --cpp="$CPP" --cxx="$CXX" --ld="$LD" --cflags="$CFLAGS" --ldflags="$LDFLAGS"
|
2013-10-02 16:18:31 +00:00
|
|
|
}
|
|
|
|
do_install() {
|
|
|
|
python2 mscript.py install --destdir=${DESTDIR}
|
|
|
|
}
|