sydbox: add explicit python_version
This commit is contained in:
parent
1e0bf850e9
commit
9dca0b6b70
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'pinktrace'
|
# Template file for 'sydbox'
|
||||||
pkgname=sydbox
|
pkgname=sydbox
|
||||||
version=1.0.7
|
version=1.0.7
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="$pkgname-1-$version"
|
wrksrc="$pkgname-1-$version"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config libtool pinktrace-devel"
|
hostmakedepends="automake pkg-config libtool pinktrace-devel"
|
||||||
makedepends="pinktrace-devel"
|
makedepends="pinktrace-devel"
|
||||||
short_desc="A ptrace() sandbox utility"
|
short_desc="Utility for ptrace() sandboxing"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://dev.exherbo.org/~alip/sydbox/sydbox.html"
|
homepage="http://dev.exherbo.org/~alip/sydbox/sydbox.html"
|
||||||
distfiles="http://git.exherbo.org/$pkgname-1.git/snapshot/$pkgname-1-$version.tar.gz"
|
distfiles="http://git.exherbo.org/$pkgname-1.git/snapshot/$pkgname-1-$version.tar.gz"
|
||||||
checksum=dad70162aae2269e7c60093999ab46ef9213dabf39f9b21851307b7f1367612a
|
checksum=dad70162aae2269e7c60093999ab46ef9213dabf39f9b21851307b7f1367612a
|
||||||
|
python_version=2 #unverified
|
||||||
|
|
||||||
# seccomp only implemented on x86
|
# seccomp only implemented on x86
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in a new issue