wok rev 21030

updated hd2u (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Sun Mar 10 17:47:57 2019 +0100 (2019-03-10)
parents d098c6a40a2f
children be2ab6ab8f7e
files hd2u/receipt
line diff
     1.1 --- a/hd2u/receipt	Sun Mar 10 17:31:25 2019 +0100
     1.2 +++ b/hd2u/receipt	Sun Mar 10 17:47:57 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.