# SliTaz package receipt. PACKAGE="xfprint-dev" VERSION="4.6.1" CATEGORY="development" SHORT_DESC="Xfce Printer manager dev files" MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" WANTED="xfprint" WEB_SITE="https://www.xfce.org" DEPENDS="xfprint" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/xfce4/xfprint-plugins cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/xfce4/xfprint-plugins/*.*a $fs/usr/lib/xfce4/xfprint-plugins cp -a $install/usr/lib/*.*a $fs/usr/lib }