wok diff mate-common/receipt @ rev 17639

Up: mercurial 3.3
author Alexander Medvedev <devl547@gmail.com>
date Sat Feb 14 21:12:48 2015 +0000 (2015-02-14)
parents fdcad4c2f551
children e863f2041090
line diff
     1.1 --- a/mate-common/receipt	Fri Jul 25 00:19:39 2014 -0300
     1.2 +++ b/mate-common/receipt	Sat Feb 14 21:12:48 2015 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
     1.5  
     1.6  DEPENDS=""
     1.7 -BUILD_DEPENDS="wget autoconf automake"
     1.8 +BUILD_DEPENDS="wget cacerts autoconf automake"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -23,8 +23,12 @@
    1.13  	make DESTDIR=$DESTDIR install
    1.14  }
    1.15  
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19 -	mkdir -p $fs/usr
    1.20 -	cp -a $install/usr/ $fs
    1.21 +	mkdir -p $fs/usr/share
    1.22 +	cp -a $install/usr/bin $fs/usr
    1.23 +	cp -a $install/usr/share/mate-common $fs/usr/share
    1.24 +
    1.25 +	rm -rf $install/usr/share/man
    1.26  }