wok diff libtirpc/receipt @ rev 20591

compiz-plugins-unsupported, gucharmap3: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 21:00:34 2018 +0100 (2018-12-15)
parents 8d6f480bf664
children 8dd8bab3f0ca
line diff
     1.1 --- a/libtirpc/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/libtirpc/receipt	Sat Dec 15 21:00:34 2018 +0100
     1.3 @@ -9,16 +9,13 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://libtirpc.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.14 -	--mandir=/usr/share/man \
    1.15 -	$CONFIGURE_ARGS &&
    1.16 -	make &&
    1.17 -	make DESTDIR=$DESTDIR install
    1.18 +	./configure $CONFIGURE_ARGS &&
    1.19 +	make && make install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 @@ -26,6 +23,5 @@
    1.24  {
    1.25  	mkdir -p $fs/usr/lib
    1.26  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28  	cp -a $install/etc $fs
    1.29  }