wok-next annotate pysdm/receipt @ rev 20963
Add hackdorte-artwork and remove appropriate old packages with dead homepages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Sep 08 15:02:14 2018 +0300 (2018-09-08) |
parents | c022997c7a57 |
children | d5aab818505e |
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@20947 | 9 WEB_SITE="http://pysdm.sourceforge.net/" |
al@20947 | 10 |
pascal@11563 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@11563 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@11563 | 13 |
pascal@20228 | 14 BUILD_DEPENDS="python python-dev gettext-tools" |
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 && |
pascal@11563 | 21 make DESTDIR=$DESTDIR 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 } |