New package: zeroinstall-injector-2.3.3.

This commit is contained in:
Juan RP 2013-09-29 23:34:45 +02:00
parent edf1273707
commit 96a215af06
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# Template file for 'zeroinstall-injector'
pkgname=zeroinstall-injector
version=2.3.3
revision=1
wrksrc="0install-${version}"
build_style=python-module
makedepends="python-devel gnupg dbus-python pygtk desktop-file-utils hicolor-icon-theme"
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
}
}