# SliTaz package receipt. PACKAGE="libmateweather-dev" VERSION="1.9.1" CATEGORY="development" LICENSE="GPL3" SHORT_DESC="Provides access to weather information from the Internet." WEB_SITE="https://www.mate-desktop.org/" MAINTAINER="yuripourre@gmail.com" WANTED="libmateweather" DEPENDS="libmateweather pkg-config" TAGS="MATE" 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 }