wok-next annotate pysdm/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5ffe59e2de3a
children
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@21057 10 HOST_ARCH="any"
al@20947 11
pascal@11563 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11563 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11563 14
al@21020 15 BUILD_DEPENDS="python python-dev gettext"
pascal@11563 16
al@20947 17 compile_rules() {
pascal@11563 18 sed -i 's/gksudo/subox/;s/Settings;//' data/pysdm.desktop
al@20947 19
al@20947 20 ./configure $CONFIGURE_ARGS &&
pascal@11563 21 make &&
al@21020 22 make DESTDIR=$install install
pascal@11563 23 }
pascal@11563 24
al@20947 25 genpkg_rules() {
al@20947 26 copy @std
al@20947 27 DEPENDS="python-pygtk"
pascal@11563 28 }