wok diff liblinebreak/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents 35c9f45749e6
children 5b5cac5612a2
line diff
     1.1 --- a/liblinebreak/receipt	Wed Apr 07 12:52:46 2010 +0000
     1.2 +++ b/liblinebreak/receipt	Tue Mar 13 21:40:37 2018 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Line breaking library"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="zlib/libpng"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://vimgadgets.sourceforge.net/liblinebreak/"
    1.10  WGET_URL="http://downloads.sourceforge.net/project/vimgadgets/$PACKAGE/$VERSION/$TARBALL"
    1.11 @@ -15,13 +16,13 @@
    1.12  	cd $src
    1.13  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.14  	make &&
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.25  }
    1.26