wok diff e4rat/receipt @ rev 18914

Add: Tuffy Font Family. Tag: Sans Serif. Public Domain License.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Feb 24 06:16:15 2016 -0300 (2016-02-24)
parents 7d6089953592
children 8dcf607135e8
line diff
     1.1 --- a/e4rat/receipt	Sat Aug 10 11:33:11 2013 +0000
     1.2 +++ b/e4rat/receipt	Wed Feb 24 06:16:15 2016 -0300
     1.3 @@ -17,16 +17,15 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	patch -p0 < $stuff/e4rat-boost.u
     1.9  	cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr . &&
    1.10  	make && make install
    1.11  }
    1.12  
    1.13 -# Rules to gen a SliTaz package suitable for Tazpkg.   
    1.14 -genpkg_rules()                                      
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17  {
    1.18 -	mkdir -p $fs
    1.19 +	mkdir -p $fs/usr
    1.20  	cp -a $install/etc $fs
    1.21  	cp -a $install/var $fs
    1.22  	cp -a $install/usr/sbin $fs/usr