wok-next view 0install/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 11b5e93cb5f2
children de355b69ea82
line source
1 # SliTaz package receipt v2.
3 PACKAGE="0install"
4 VERSION="1.13"
5 CATEGORY="misc"
6 SHORT_DESC="A decentralised cross-distribution software installation system"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://0install.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://downloads.sf.net/project/zero-install/$PACKAGE/$VERSION/$TARBALL"
14 BUILD_DEPENDS="python pygobject"
16 compile_rules() {
17 python setup.py install --root=$DESTDIR || return 1
19 # move man pages in a right place
20 mv $install/usr/man $install/usr/share
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="pygtk xdg-utils"
26 }