wok rev 21081

updated jfsutils (1.1.14 -> 1.1.15)
author Hans-G?nter Theisgen
date Fri Mar 15 13:27:18 2019 +0100 (2019-03-15)
parents f76b7daa6677
children 575ce05d3ed2
files jfsutils/receipt
line diff
     1.1 --- a/jfsutils/receipt	Fri Mar 15 13:14:16 2019 +0100
     1.2 +++ b/jfsutils/receipt	Fri Mar 15 13:27:18 2019 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="jfsutils"
     1.7 -VERSION="1.1.14"
     1.8 +VERSION="1.1.15"
     1.9  CATEGORY="system-tools"
    1.10 +TAGS="filesystem"
    1.11  SHORT_DESC="Utilities for manipulating jfs file-system."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="http://jfs.sourceforge.net/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://jfs.sourceforge.net/"
    1.18  WGET_URL="${WEB_SITE}project/pub/$TARBALL"
    1.19 -TAGS="filesystem"
    1.20  
    1.21  DEPENDS="util-linux-uuid"
    1.22  BUILD_DEPENDS="util-linux-uuid-dev"
    1.23 @@ -17,10 +18,12 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.29 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.30 -	make &&
    1.31 +	./configure				\
    1.32 +		--prefix=/usr			\
    1.33 +		--infodir=/usr/share/info	\
    1.34 +		--mandir=/usr/share/man		\
    1.35 +		$CONFIGURE_ARGS &&
    1.36 +	make -j 1 &&
    1.37  	make DESTDIR=$DESTDIR install
    1.38  }
    1.39  
    1.40 @@ -30,4 +33,3 @@
    1.41  	mkdir -p $fs/usr
    1.42  	cp -a $install/usr/sbin $fs/usr
    1.43  }
    1.44 -