
Receipt for package "startup-notification"
# SliTaz package receipt. PACKAGE="startup-notification" VERSION="0.12" CATEGORY="x-window" SHORT_DESC="Startup notification protocol" MAINTAINER="erjo@slitaz.org" LICENSE="LGPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://freedesktop.org/software/startup-notification/releases/" WGET_URL="${WEB_SITE}$TARBALL" HOST_ARCH="i486 arm x86_64" DEPENDS="xcb-util xorg-libSM xorg-libX11" BUILD_DEPENDS="util-linux-uuid-dev libxcb-dev xcb-util-dev" current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { export lf_cv_sane_realloc=yes ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)