wok-next diff par2/receipt @ rev 21592
updated dkms (2.1.1.2 -> 2.8.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 07:35:54 2020 +0100 (2020-06-24) |
parents | d6378d455338 |
children |
line diff
1.1 --- a/par2/receipt Thu May 10 21:12:00 2018 +0300 1.2 +++ b/par2/receipt Wed Jun 24 07:35:54 2020 +0100 1.3 @@ -4,27 +4,26 @@ 1.4 SOURCE="par2cmdline" 1.5 VERSION="0.4" 1.6 CATEGORY="system-tools" 1.7 -SHORT_DESC="Utility for posting and recovery of multi-part archives." 1.8 +SHORT_DESC="Utility for posting and recovery of multi-part archives" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL2" 1.11 +WEB_SITE="http://parchive.sourceforge.net/" 1.12 + 1.13 TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://parchive.sourceforge.net/" 1.15 WGET_URL="$SF_MIRROR/parchive/$TARBALL" 1.16 1.17 -DEPENDS="gcc-lib-base" 1.18 1.19 -# Rules to configure and make the package. 1.20 -compile_rules() 1.21 -{ 1.22 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.23 - --mandir=/usr/share/man \ 1.24 - $CONFIGURE_ARGS && 1.25 +compile_rules() { 1.26 + ./configure \ 1.27 + --prefix=/usr \ 1.28 + --infodir=/usr/share/info \ 1.29 + --mandir=/usr/share/man \ 1.30 + $CONFIGURE_ARGS && 1.31 make && 1.32 - make DESTDIR=$DESTDIR install 1.33 + make DESTDIR=$install install 1.34 } 1.35 1.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.37 -genpkg_rules() 1.38 -{ 1.39 +genpkg_rules() { 1.40 cp -a $install/usr $fs 1.41 + DEPENDS="gcc-lib-base" 1.42 }