wok annotate 0install/receipt @ rev 13591

move from undigest: 0install adminer blktrace busybox-boot blktrace codiad davmail e4rat fbff flashrom fsthost get-softmodem-driver lessfs libmikmod libmikmod-dev lvmts mikmod navit phpeasyvcs puppet qtractor splashutils systemd tokyocabinet tokyocabinet-dev vmware-view-open-client wine-rt-dev xflux
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 08 09:35:38 2012 +0100 (2012-11-08)
parents
children d8e35c0c592f
rev   line source
pascal@13591 1 # SliTaz package receipt.
pascal@13591 2
pascal@13591 3 PACKAGE="0install"
pascal@13591 4 VERSION="1.10"
pascal@13591 5 SOURCE="zeroinstall-injector"
pascal@13591 6 CATEGORY="misc"
pascal@13591 7 SHORT_DESC="A decentralised cross-distribution software installation system."
pascal@13591 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@13591 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
pascal@13591 10 WEB_SITE="http://0install.net/"
pascal@13591 11 WGET_URL="http://ignum.dl.sourceforge.net/project/zero-install/injector/$VERSION/$TARBALL"
pascal@13591 12
pascal@13591 13 DEPENDS="pygtk xdg-utils"
pascal@13591 14 BUILD_DEPENDS="python pygobject"
pascal@13591 15
pascal@13591 16 # Rules to configure and make the package.
pascal@13591 17 compile_rules()
pascal@13591 18 {
pascal@13591 19 cd $src
pascal@13591 20 python setup.py install --root=$DESTDIR
pascal@13591 21 }
pascal@13591 22
pascal@13591 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13591 24 genpkg_rules()
pascal@13591 25 {
pascal@13591 26 cp -a $install/* $fs
pascal@13591 27 }