wok-6.x diff hd2u/receipt @ rev 21975
updated st (0.5 -> 0.8.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 11 14:31:25 2019 +0100 (2019-10-11) |
parents | a78610b2eb47 |
children | af8d823a3077 |
line diff
1.1 --- a/hd2u/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/hd2u/receipt Fri Oct 11 14:31:25 2019 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="hd2u" 1.7 -VERSION="1.0.3" 1.8 +VERSION="1.0.4" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Dos2Unix text file converter." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://hany.sk/~hany/software/hd2u/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tgz" 1.16 -WEB_SITE="https://hany.sk/~hany/software/hd2u/" 1.17 WGET_URL="https://hany.sk/~hany/_data/hd2u/$TARBALL" 1.18 1.19 DEPENDS="popt" 1.20 @@ -16,12 +17,13 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - ./configure \ 1.25 - --prefix=/usr \ 1.26 - --infodir=/usr/share/info \ 1.27 - --mandir=/usr/share/man \ 1.28 + ./configure \ 1.29 + --prefix=/usr \ 1.30 + --infodir=/usr/share/info \ 1.31 + --mandir=/usr/share/man \ 1.32 $CONFIGURE_ARGS && 1.33 - make && make prefix=$DESTDIR/usr install 1.34 + make -j 1 && 1.35 + make prefix=$DESTDIR/usr install 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg.