# SliTaz package receipt. PACKAGE="xcb-util-renderutil-dev" VERSION="0.3.9" CATEGORY="development" SHORT_DESC="Development files for xcb-util-renderutil." MAINTAINER="maintainer@slitaz.org" LICENSE="MIT" WEB_SITE="https://xcb.freedesktop.org" DEPENDS="pkg-config xcb-util-renderutil" WANTED="xcb-util-renderutil" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/lib/*.la $fs/usr/lib }