# SliTaz package receipt. PACKAGE="audit-dev" VERSION="2.8.5" CATEGORY="development" SHORT_DESC="System call auditing development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://people.redhat.com/sgrubb/audit/" DEPENDS="" WANTED="audit" # 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/*.a $fs/usr/lib }