# SliTaz package receipt. PACKAGE="lensfun" VERSION="0.2.5" CATEGORY="multimedia" SHORT_DESC="Database of photographic lenses and a library that allows advanced access to the database" MAINTAINER="slaxemulator@gmail.com" DEPENDS="glib" BUILD_DEPENDS="python libpng" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://lensfun.berlios.de/" WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --libdir=/usr/lib && make all && make INSTALL_PREFIX="$DESTDIR" install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/share/lensfun $fs/usr/share }