wok diff libmspack/receipt @ rev 22739

updated doxygen (1.8.15 -> 1.8.17)
author Hans-G?nter Theisgen
date Fri Jan 24 07:40:21 2020 +0100 (2020-01-24)
parents a78610b2eb47
children ede1d184d5c5
line diff
     1.1 --- a/libmspack/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/libmspack/receipt	Fri Jan 24 07:40:21 2020 +0100
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmspack"
     1.7 -VERSION="0.5alpha"
     1.8 +VERSION="0.10.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A library which allows extracting from MS CAB files"
    1.11 +SHORT_DESC="A library which allows extracting from MS CAB files."
    1.12  MAINTAINER="nneul@neulinger.org"
    1.13  LICENSE="LGPL"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="https://www.cabextract.org.uk/libmspack/"
    1.16 -WGET_URL="https://www.cabextract.org.uk/libmspack/$TARBALL"
    1.17 +
    1.18 +TARBALL="$PACKAGE-${VERSION}alpha.tar.gz"
    1.19 +WGET_URL="https://www.cabextract.org.uk/$PACKAGE/$TARBALL"
    1.20  
    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 DESTDIR=$DESTDIR install
    1.34 +	make -j 1 &&
    1.35 +	make DESTDIR=$DESTDIR install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 @@ -27,4 +29,3 @@
    1.40  	mkdir -p $fs/usr/lib
    1.41  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.42  }
    1.43 -