# SliTaz package receipt. PACKAGE="mate-panel-dev" VERSION="1.9.1" CATEGORY="utilities" LICENSE="GPL3" SHORT_DESC="Panel where you can run applications and applets using MATE." MAINTAINER="yuripourre@gmail.com" WEB_SITE="https://www.mate-desktop.org/" WANTED="mate-panel" TAGS="MATE" DEPENDS="mate-panel pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/include cp -a $install/usr/lib/*.la $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/include/* $fs/usr/include }