New package: rubber-1.4

Closes: #9870 [via git-merge-pr]
This commit is contained in:
Matteo Signer 2017-12-09 13:36:46 +01:00 committed by Jürgen Buchmüller
parent 79b43d3d0f
commit a23553ca02
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[build]
man = 1
html = 0
pdf = 0
info = 0
txt = 0
[install]
prefix = /usr
mandir = /usr/share/man

20
srcpkgs/rubber/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'rubber'
pkgname=rubber
version=1.4
revision=1
noarch=yes
build_style=python2-module
hostmakedepends="python python-devel"
makedepends="python-devel"
depends="python texlive-bin"
pycompile_module="rubber"
short_desc="LaTeX building tool"
maintainer="Matteo Signer <matteo.signer@gmail.com>"
license="GPL-2"
homepage="http://launchpad.net/rubber"
distfiles="http://launchpad.net/rubber/trunk/${version}/+download/rubber-${version}.tar.gz"
checksum=824af6142a0e52804de2f80d571c0aade1d0297a7d359a5f1874acbb53c0f0b4
pre_build() {
cp ${FILESDIR}/setup.cfg .
}