
Receipt for package "libvterm"
# SliTaz package receipt. PACKAGE="libvterm" VERSION="0.3" CATEGORY="libs" TAGS="terminal" SHORT_DESC="Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator." MAINTAINER="maintainer@slitaz.org" LICENSE="MIT" WEB_SITE="http://www.leonerd.org.uk/code/libvterm/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www.leonerd.org.uk/code/$PACKAGE/$TARBALL" BUILD_DEPENDS="libtool perl" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/tar.gz/!d;s|.*term-||;s|.tar.*||;q' } # Rules to configure and make the package. compile_rules() { sed -i 's| -Wpedantic| -pedantic|' Makefile make PREFIX=/usr && make install PREFIX=/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_files *.so* }
6011 packages and 861670 files in cooking database (Tue May 13 07:10:29 2025)