wok diff liblinebreak/receipt @ rev 23859

updated firefox-official (76.0 -> 77.0)
author Hans-G?nter Theisgen
date Wed Jun 17 15:35:48 2020 +0100 (2020-06-17)
parents 8f447cf2eee5
children 370da83187ab
line diff
     1.1 --- a/liblinebreak/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/liblinebreak/receipt	Wed Jun 17 15:35:48 2020 +0100
     1.3 @@ -1,20 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="liblinebreak"
     1.7 -VERSION="2.0"
     1.8 +VERSION="2.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Line breaking library"
    1.11 +SHORT_DESC="Line breaking library."
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="zlib/libpng"
    1.14 +WEB_SITE="http://vimgadgets.sourceforge.net/liblinebreak/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://vimgadgets.sourceforge.net/liblinebreak/"
    1.18  WGET_URL="http://downloads.sourceforge.net/project/vimgadgets/$PACKAGE/$VERSION/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.25 +	./configure		\
    1.26 +		--prefix=/usr	\
    1.27 +		$CONFIGURE_ARGS &&
    1.28  	make &&
    1.29  	make DESTDIR=$DESTDIR install
    1.30  }
    1.31 @@ -23,6 +25,6 @@
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr/lib
    1.35 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.36 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.37  }
    1.38