
Receipt for package "compface"
# SliTaz package receipt. PACKAGE="compface" VERSION="1.5.2" CATEGORY="utilities" SHORT_DESC="Utils & libs to convert from/to X-Face format" MAINTAINER="al.bobylev@gmail.com" LICENSE="MIT" WEB_SITE="http://freecode.com/projects/compface" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://ftp.xemacs.org/pub/xemacs/aux/$TARBALL" DEPENDS="glibc-base" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { patch < $stuff/makefile-use-destdir.patch && ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)