# SliTaz package receipt. PACKAGE="libirman-dev" VERSION="0.4.5" CATEGORY="development" SHORT_DESC="libirman devel files." MAINTAINER="rcx@zoominternet.net" LICENSE="GPL2" WEB_SITE="https://www.lirc.org/html/install.html" HOST_ARCH="i486 arm" WANTED="libirman" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/include $fs/usr }