wok diff matio/receipt @ rev 21965

updated squirrelmail-msg_flags (1.4.15a-1.4.3 -> 1.4.20-1.4.3)
author Hans-G?nter Theisgen
date Thu Oct 10 16:37:05 2019 +0100 (2019-10-10)
parents 86790a278e70
children b220dec21248
line diff
     1.1 --- a/matio/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/matio/receipt	Thu Oct 10 16:37:05 2019 +0100
     1.3 @@ -1,24 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="matio"
     1.7 -VERSION="1.5.2"
     1.8 +VERSION="1.5.15"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="MAT File I/O Library."
    1.11 +SHORT_DESC="Library for reading and writing Matlab MAT files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 +WEB_SITE="https://matio.sourceforge.io/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://sourceforge.net/projects/matio/"
    1.18 -WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
    1.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.20  
    1.21  DEPENDS="zlib"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./configure --prefix=/usr --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 &&
    1.34 +	make -j 1 &&
    1.35  	make DESTDIR=$DESTDIR install
    1.36  }
    1.37  
    1.38 @@ -26,6 +29,7 @@
    1.39  genpkg_rules()
    1.40  {
    1.41  	mkdir -p $fs/usr/lib
    1.42 -	cp -a $install/usr/bin $fs/usr
    1.43 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.44 +
    1.45 +	cp -a $install/usr/bin		$fs/usr
    1.46 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.47  }