
Receipt for package "echinus"
# SliTaz package receipt. PACKAGE="echinus" VERSION="0.4.9" CATEGORY="x-window" TAGS="window-manager" SHORT_DESC="A window manager for X in the spirit of dwm" MAINTAINER="devl547@gmail.com" LICENSE="MIT" WEB_SITE="https://plhk.ru/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}static/$PACKAGE/$TARBALL" BUILD_DEPENDS="xorg-libX11-dev xorg-libXft-dev xorg-libXrandr-dev" DEPENDS="xorg-libX11 xorg-libXft" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 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() { cp $stuff/config.mk config.mk make -j 1 && make install \ DESTDIR=$DESTDIR \ BINPREFIX=/usr/bin \ CONFPREFIX=/usr/share/examples } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/examples $fs/usr/share }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)