
Receipt for package "jbigkit"
# SliTaz package receipt. PACKAGE="jbigkit" VERSION="2.1" CATEGORY="development" SHORT_DESC="Highly effective data compression algorithm for bi-level high-resolution images." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.cl.cam.ac.uk/~mgk25/jbigkit/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}download/$TARBALL" HOST_ARCH="i486 arm x86_64" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { # For x86_64, need ensure build with -fPIC case $ARCH in x86_64) CFLAGS="$CFLAGS -fPIC" ;; esac make CC=${HOST_SYSTEM}-gcc CFLAGS="$CFLAGS" } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/include cp -a $src/libjbig/*.h $fs/usr/include cp -a $src/libjbig/*.a $fs/usr/lib }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)