wok diff libmms/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents 8f447cf2eee5
children a78610b2eb47
line diff
     1.1 --- a/libmms/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libmms/receipt	Sun Feb 12 00:43:16 2017 +0100
     1.3 @@ -16,11 +16,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	patch -p1 -i $stuff/libmms.patch
     1.9 +
    1.10  	./configure \
    1.11  		--prefix=/usr \
    1.12 -		--infodir=/usr/share/info \
    1.13 -		--mandir=/usr/share/man \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make && make DESTDIR=$DESTDIR install
    1.16  }
    1.17 @@ -31,4 +30,3 @@
    1.18  	mkdir -p $fs/usr/lib
    1.19  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20  }
    1.21 -