
Receipt for package "xosd"
# SliTaz package receipt. PACKAGE="xosd" VERSION="2.2.14" CATEGORY="x-window" SHORT_DESC="Light on screen display tool." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://sourceforge.net/projects/libxosd/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/libxosd/$TARBALL" DEPENDS="xorg-libX11" BUILD_DEPENDS="xorg-dev" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/libxosd/files/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" } # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS 2>&1 | grep -v './configure' && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_files osd_cat *.so* *.png }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)