# SliTaz package receipt. PACKAGE="edbus-dev" VERSION="1.7.10" CATEGORY="development" SHORT_DESC="EFL Dbus wrapping and glue layer library - Devel files." MAINTAINER="pankso@slitaz.org" LICENSE="BSD" WANTED="edbus" SOURCE="e_dbus" WEB_SITE="https://www.enlightenment.org/" HOST_ARCH="i486 arm" DEPENDS="ecore-dev dbus-dev pkg-config" # 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 cp -a $install/usr/lib/pkgconfig $fs/usr/lib }