wok-next view pypar2/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents 0cbe4b1f2230
children
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/"
9 HOST_ARCH="any"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/uploads/Main/$TARBALL"
14 BUILD_DEPENDS="findutils"
15 DEPENDS_std="python-pygtk par2 python-pyxml python-vte"
17 compile_rules() {
18 make prefix=/usr DESTDIR=$install install || return 1
20 ln -s ../share/pypar2/src/main.py $install/usr/bin/pypar2
22 sdft $install/usr/share/applications/pypar2.desktop \
23 -i -s "Categories=GTK;Utility;"
24 }