terminator: switch to build_style=python-module; use pycompile_module.
This commit is contained in:
parent
f99aa4ca41
commit
a134c11bbf
|
@ -1,9 +1,12 @@
|
||||||
# Template file for 'terminator'
|
# Template file for 'terminator'
|
||||||
pkgname=terminator
|
pkgname=terminator
|
||||||
version=0.97
|
version=0.97
|
||||||
revision=1
|
revision=2
|
||||||
depends="desktop-file-utils vte-python python"
|
build_style=python-module
|
||||||
hostmakedepends="python intltool"
|
hostmakedepends="python intltool"
|
||||||
|
makedepends="vte-python"
|
||||||
|
depends="desktop-file-utils vte-python python"
|
||||||
|
pycompile_module="terminatorlib"
|
||||||
short_desc="tiling terminal emulator application"
|
short_desc="tiling terminal emulator application"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
homepage="http://gnometerminator.blogspot.de/"
|
homepage="http://gnometerminator.blogspot.de/"
|
||||||
|
@ -11,11 +14,3 @@ license="GPL-2"
|
||||||
distfiles="http://launchpad.net/$pkgname/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
distfiles="http://launchpad.net/$pkgname/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||||
checksum=9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7
|
checksum=9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_compile() {
|
|
||||||
python setup.py build --prefix=/usr --root="$DESTDIR"
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
python setup.py install --prefix=/usr --root="$DESTDIR"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue