wok-next annotate pypar2/receipt @ rev 21445

updated scim (1.4.17 -> 1.4.18)
author Hans-G?nter Theisgen
date Tue May 05 16:55:11 2020 +0100 (2020-05-05)
parents 0cbe4b1f2230
children
rev   line source
al@20947 1 # SliTaz package receipt v2.
pascal@18655 2
pascal@18655 3 PACKAGE="pypar2"
pascal@18655 4 VERSION="1.4"
pascal@18655 5 CATEGORY="development"
pascal@18655 6 SHORT_DESC="A graphical frontend for the par2 utility"
pascal@18655 7 MAINTAINER="pascal.bellard@slitaz.org"
al@20947 8 WEB_SITE="http://pypar2.silent-blade.org/"
al@21057 9 HOST_ARCH="any"
al@20947 10
pascal@18655 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18655 12 WGET_URL="$WEB_SITE/uploads/Main/$TARBALL"
pascal@18655 13
al@18657 14 BUILD_DEPENDS="findutils"
al@21067 15 DEPENDS_std="python-pygtk par2 python-pyxml python-vte"
pascal@18655 16
al@20947 17 compile_rules() {
al@21020 18 make prefix=/usr DESTDIR=$install install || return 1
al@20947 19
al@21067 20 ln -s ../share/pypar2/src/main.py $install/usr/bin/pypar2
al@20947 21
al@18657 22 sdft $install/usr/share/applications/pypar2.desktop \
al@18657 23 -i -s "Categories=GTK;Utility;"
pascal@18655 24 }