wok-next view pypar2/receipt @ rev 18655

Add pypar2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 02 20:45:37 2015 +0100 (2015-12-02)
parents
children 99b32bb95de0
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://pypar2.silent-blade.org/"
10 WGET_URL="$WEB_SITE/uploads/Main/$TARBALL"
11 #http://pypar2.silent-blade.org/uploads/Main/pypar2-1.4.tar.gz
13 DEPENDS="pygtk par2"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 sed -i 's|/usr/local|/usr|' Makefile
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs/
27 rm -rf $fs/usr/share/man
28 }