
Receipt for package "terminology"
# SliTaz package receipt. PACKAGE="terminology" VERSION="0.7.0" CATEGORY="base-system" SHORT_DESC="Terminology is a terminal emulator with innovative features." MAINTAINER="domcox@slitaz.org" LICENSE="GPL" WEB_SITE="https://www.enlightenment.org/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://download.enlightenment.org/rel/apps/terminology/$TARBALL" TAGS="e enlightenment terminal" #HOST_ARCH="i486 arm" DEPENDS="elementary ethumb" BUILD_DEPENDS="elementary-dev ethumb-dev" # What is the latest version available today? current_version() { wget -O - http://download.enlightenment.org/rel/apps/terminology/ 2>/dev/null | \ sed '/terminology-[0-9]/!d;/a[0-9].tar/d;s|.*terminology-||;s|.tar.*||' | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { export CFLAGS="$CFLAGS -fvisibility=hidden" export LDFLAGS="$LDFLAGS -fvisibility=hidden" ./configure \ -with-maximum-log-level=1 \ $CONFIGURE_ARGS && make $MAKEFLAGS && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)