
Receipt for package "tea"
# SliTaz package receipt. PACKAGE="tea" VERSION="61.0.0" CATEGORY="development" TAGS="text-editor" SHORT_DESC="A QT-based text editor." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" WEB_SITE="https://github.com/psemiletov/tea-qt" REPOLOGY="tea-editor" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/psemiletov/$PACKAGE-qt/archive/$VERSION.tar.gz" DEPENDS="libQtCore libQtGui libQtXml xorg-libX11" BUILD_DEPENDS="qmake Qt4-dev xorg-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { qmake PREFIX=/usr && make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin mkdir -p $fs/usr/share/pixmaps cp -a $src/bin/tea $fs/usr/bin cp -a $src/icons/tea_icon_v2.png $fs/usr/share/pixmaps/tea.png }
6017 packages and 861739 files in cooking database (Sun Sep 21 00:48:01 2025)