# Description:  MATE menu editing tool
# URL: http://matsusoft.com.ar/projects/mate
# Maintainer: NuTyX core team
# Packager: fanchyannmaria at orange dot fr
# Depends on: mate-menus python-gobject gtk-update-icon-cache

run=(python-gobject gtk-update-icon-cache)

name=mozo
version=1.14.1
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)

build() {
cd $name-$version
./configure \
        --prefix=/usr
make
make DESTDIR=$PKG install
}
