parent
79b43d3d0f
commit
a23553ca02
|
@ -0,0 +1,9 @@
|
|||
[build]
|
||||
man = 1
|
||||
html = 0
|
||||
pdf = 0
|
||||
info = 0
|
||||
txt = 0
|
||||
[install]
|
||||
prefix = /usr
|
||||
mandir = /usr/share/man
|
|
@ -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 .
|
||||
}
|
Loading…
Reference in New Issue