# SliTaz package receipt. PACKAGE="libnsgif" VERSION="9138" CATEGORY="system-tools" SHORT_DESC="Libnsgif is a decoding library for the GIF image file format." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.netsurf-browser.org/projects/libnsgif/" WGET_URL="subversion|svn://svn.netsurf-browser.org/trunk/libnsgif" BRANCH="$VERSION" BUILD_DEPENDS="subversion" # Rules to configure and make the package. compile_rules() { cd $src make install DESTDIR=$DESTDIR PREFIX=/usr && make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib }