21 lines
659 B
Bash
21 lines
659 B
Bash
# Template file for 'zeroinstall-injector'
|
|
pkgname=zeroinstall-injector
|
|
version=2.3.4
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="0install-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python"
|
|
depends="gnupg python-dbus pygtk desktop-file-utils hicolor-icon-theme xdg-utils"
|
|
pycompile_module="zeroinstall"
|
|
short_desc="A cross-distribution software installation system"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-2.1"
|
|
homepage="http://0install.net"
|
|
distfiles="${SOURCEFORGE_SITE}/zero-install/0install-$version.tar.bz2"
|
|
checksum=79aa6cfdbd2db5dcfffea1edd583190e8508012f7e095487bc59cb64b5db587b
|
|
|
|
pre_configure() {
|
|
sed -i "s|man/|share/&|" setup.py
|
|
}
|