wok-next diff libmms/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents 8f447cf2eee5
children 0e8dadf052b9
line diff
     1.1 --- a/libmms/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libmms/receipt	Thu Mar 17 00:11:28 2016 -0300
     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 -