wok-next annotate pysdm/receipt @ rev 21032

Fix some homepages: follow HTTP redirections.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 17:26:00 2018 +0200 (2018-11-03)
parents d5aab818505e
children 0cbe4b1f2230
rev   line source
al@20947 1 # SliTaz package receipt v2.
pascal@15376 2
pascal@11563 3 PACKAGE="pysdm"
pascal@11563 4 VERSION="0.4.1"
pascal@11563 5 CATEGORY="system-tools"
al@20947 6 SHORT_DESC="A Storage Device Manager via udev (and not fstab)"
pascal@11563 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15376 8 LICENSE="GPL2"
al@21032 9 WEB_SITE="https://pysdm.sourceforge.io/"
al@20947 10
pascal@11563 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11563 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11563 13
al@21020 14 BUILD_DEPENDS="python python-dev gettext"
pascal@11563 15
al@20947 16 compile_rules() {
pascal@11563 17 sed -i 's/gksudo/subox/;s/Settings;//' data/pysdm.desktop
al@20947 18
al@20947 19 ./configure $CONFIGURE_ARGS &&
pascal@11563 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@11563 22 }
pascal@11563 23
al@20947 24 genpkg_rules() {
al@20947 25 copy @std
al@20947 26 DEPENDS="python-pygtk"
pascal@11563 27 }