2013-09-29 23:34:45 +02:00
|
|
|
# Template file for 'zeroinstall-injector'
|
|
|
|
pkgname=zeroinstall-injector
|
|
|
|
version=2.3.3
|
2013-09-30 01:00:12 +02:00
|
|
|
revision=2
|
2013-09-29 23:34:45 +02:00
|
|
|
wrksrc="0install-${version}"
|
|
|
|
build_style=python-module
|
2013-09-30 01:00:12 +02:00
|
|
|
makedepends="python gnupg dbus-python pygtk desktop-file-utils hicolor-icon-theme xdg-utils"
|
2013-09-29 23:34:45 +02:00
|
|
|
short_desc="A cross-distribution software installation system"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
homepage="http://0install.net"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/zero-install/0install-$version.tar.bz2"
|
|
|
|
checksum=80fbd8cd6144f1bda32415201c8978297a3ac95304e7fc73c1cc02eb8d1aca5e
|
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
sed -i "s|man/|share/&|" setup.py
|
|
|
|
}
|
|
|
|
|
|
|
|
zeroinstall-injector_package() {
|
|
|
|
pycompile_module="zeroinstall"
|
|
|
|
depends="${makedepends}"
|
|
|
|
noarch=yes
|
|
|
|
pkg_install() {
|
|
|
|
vmove all
|
|
|
|
}
|
|
|
|
}
|