# SliTaz package receipt. PACKAGE="ola" VERSION="0.8.18" CATEGORY="network" SHORT_DESC="Open Lighting Architecture." MAINTAINER="kult-ex@aon.at" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.opendmx.net/index.php/OLA" WGET_URL="http://linux-lighting.googlecode.com/files/$TARBALL" DEPENDS="protobuf cppunit libmicrohttpd gnutls libusb \ util-linux-ng-uuid ncurses" BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev \ libmicrohttpd-dev zlib-dev gnutls-dev libusb-dev flex ncurses-dev" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/olad cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/lib/olad/*.so* $fs/usr/lib/olad cp -a $install/usr/share $fs/usr }