27 lines
858 B
Text
27 lines
858 B
Text
# Template file for 'lxterminal'
|
|
pkgname=lxterminal
|
|
version=0.1.11
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="gtk+-devel vte-devel desktop-file-utils"
|
|
short_desc="LXDE Terminal emulator"
|
|
homepage="http://lxde.org/"
|
|
license="GPL2"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
|
checksum=f495166b308a96e8c30c8892b33ab163f3865253a9bbd4bdac462f974fda7253
|
|
long_desc="
|
|
LXterminal is a VTE-based terminal emulator from LXDE project which
|
|
supports multiple tabs. It is completely desktop-independent and does not
|
|
have any unnecessary dependencies.
|
|
|
|
In order to reduce memory usage and increase the performance, all instances
|
|
of the terminal are sharing a single process."
|
|
|
|
lxterminal_package() {
|
|
depends="desktop-file-utils"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|