mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
New package: roxterm-2.7.2 (close #190).
This commit is contained in:
parent
68f4c3a927
commit
943628cfd1
1 changed files with 33 additions and 0 deletions
33
srcpkgs/roxterm/template
Normal file
33
srcpkgs/roxterm/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'roxterm'
|
||||||
|
pkgname=roxterm
|
||||||
|
version=2.7.2
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="python-lockfile pkg-config docbook-xsl xmlto libtool"
|
||||||
|
makedepends="dbus-glib-devel libSM-devel vte3-devel
|
||||||
|
libmagick-devel librsvg-devel desktop-file-utils hicolor-icon-theme"
|
||||||
|
short_desc="Tabbed, VTE-based terminal emulator"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://roxterm.sourceforge.net"
|
||||||
|
#distfiles="${SOURCEFORGE_SITE}//$pkgname/$pkgname-$version.tar.bz2"
|
||||||
|
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/roxterm/roxterm-${version}.tar.bz2/8ef80f9a5e0aea659b1f9cd6de9869b4/roxterm-${version}.tar.bz2"
|
||||||
|
checksum=94db6be85abe7f0b8f216ee48bded178800e88cc5dfeb308520d7b03875749ce
|
||||||
|
|
||||||
|
do_configure() {
|
||||||
|
python2 mscript.py configure --prefix='/usr'
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
python2 mscript.py build
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
python2 mscript.py install --destdir=${DESTDIR}
|
||||||
|
}
|
||||||
|
|
||||||
|
roxterm_package() {
|
||||||
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue