# SliTaz package receipt. PACKAGE="jasper" VERSION="1.900.1" CATEGORY="graphics" SHORT_DESC="implementation of JPEG-2000 codec" MAINTAINER="jozee@slitaz.org" DEPENDS="xorg-libXi xorg-libXmu jpeg freeglut libglu-mesa util-linux-ng-uuid" BUILD_DEPENDS="jpeg-dev xorg-libXi-dev xorg-libXmu-dev" TARBALL="$PACKAGE-$VERSION.zip" WEB_SITE="http://www.ece.uvic.ca/~mdadams/$PACKAGE/" WGET_URL="$WEB_SITE/software/$TARBALL" TAGS="jpeg jpg photo" # Rules to configure and make the package. compile_rules() { cd $src chmod +x configure ./configure --prefix=/usr --mandir=/usr/share/man --enable-shared $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*so* $fs/usr/lib }