# SliTaz package receipt. PACKAGE="mtdev" VERSION="1.1.6" CATEGORY="development" SHORT_DESC="Multitouch Protocol Translation Library." MAINTAINER="mojo@slitaz.org" LICENSE="MIT" WEB_SITE="http://bitmath.org/code/mtdev/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE$TARBALL" # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/bin $fs/usr }