wok rev 18504

Remove mozo-dev
author Yuri Pourre <yuripourre@gmail.com>
date Sat Oct 17 12:13:01 2015 -0300 (2015-10-17)
parents 30a32c62632d
children afab00bd26c5
files mozo-dev/receipt mozo/receipt
line diff
     1.1 --- a/mozo-dev/receipt	Sat Oct 17 12:09:39 2015 -0300
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,18 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="mozo-dev"
     1.7 -VERSION="1.8.0"
     1.8 -CATEGORY="libdevel"
     1.9 -LICENSE="GPL3"
    1.10 -SHORT_DESC="MATE menu editing tool"
    1.11 -MAINTAINER="yuripourre@gmail.com"
    1.12 -WEB_SITE="http://www.mate-desktop.org/"
    1.13 -WANTED="mozo"
    1.14 -DEPENDS="mozo"
    1.15 -TAGS="MATE"
    1.16 -
    1.17 -genpkg_rules()
    1.18 -{
    1.19 -	mkdir -p $fs/usr/lib
    1.20 -	cp -a $install/usr/lib $fs/usr
    1.21 -}
     2.1 --- a/mozo/receipt	Sat Oct 17 12:09:39 2015 -0300
     2.2 +++ b/mozo/receipt	Sat Oct 17 12:13:01 2015 -0300
     2.3 @@ -29,5 +29,6 @@
     2.4  {
     2.5  	mkdir -p $fs/usr/share
     2.6  	cp -a $install/usr/bin $fs/usr
     2.7 +	cp -a $install/usr/lib $fs/usr
     2.8  	cp -a $install/usr/share $fs/usr
     2.9  }