wok-next view pypar2/receipt @ rev 21031

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 15:42:26 2018 +0200 (2018-11-03)
parents 5fac1a2da249
children 0cbe4b1f2230
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pypar2"
4 VERSION="1.4"
5 CATEGORY="development"
6 SHORT_DESC="A graphical frontend for the par2 utility"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://pypar2.silent-blade.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/uploads/Main/$TARBALL"
13 BUILD_DEPENDS="findutils"
15 compile_rules() {
16 make prefix=/usr DESTDIR=$install install || return 1
18 ln -s /usr/share/pypar2/src/main.py $install/usr/bin/pypar2
19 fix symlinks
21 sdft $install/usr/share/applications/pypar2.desktop \
22 -i -s "Categories=GTK;Utility;"
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="python-pygtk par2 python-pyxml python-vte"
28 }