mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
obnam: fix cross build
This commit is contained in:
parent
002b42e7f0
commit
ab59794243
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,9 @@ pkgname=obnam
|
||||||
version=1.22
|
version=1.22
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="$makedepends python-yaml mdocml ncurses-term"
|
hostmakedepends="python-yaml mdocml ncurses-term"
|
||||||
makedepends="python-devel python-larch python-paramiko"
|
makedepends="python-devel python-cliapp python-larch python-paramiko
|
||||||
|
python-tracing"
|
||||||
depends="python python-larch python-paramiko python-fuse python-yaml"
|
depends="python python-larch python-paramiko python-fuse python-yaml"
|
||||||
short_desc="Backup program that supports encryption and deduplication"
|
short_desc="Backup program that supports encryption and deduplication"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
|
@ -13,4 +14,5 @@ homepage="http://obnam.org"
|
||||||
distfiles="http://code.liw.fi/debian/pool/main/o/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
distfiles="http://code.liw.fi/debian/pool/main/o/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
||||||
checksum=7d584615015724b1aad72c874b8ffff682ed79e57b58136bfd68b6cb965e6a7c
|
checksum=7d584615015724b1aad72c874b8ffff682ed79e57b58136bfd68b6cb965e6a7c
|
||||||
|
|
||||||
|
hostmakedepends+=" $makedepends"
|
||||||
export TERM=vt100
|
export TERM=vt100
|
||||||
|
|
Loading…
Add table
Reference in a new issue