
Receipt for package "xscreensaver"
# SliTaz package receipt. PACKAGE="xscreensaver" VERSION="5.45" CATEGORY="x-window" SHORT_DESC="A collection of free screen savers." MAINTAINER="al.bobylev@gmail.com" LICENSE="BSD" WEB_SITE="https://www.jwz.org/xscreensaver/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://sources.buildroot.net/$PACKAGE/$TARBALL" DEPENDS="gdk-pixbuf-xlib" BUILD_DEPENDS="bc gdk-pixbuf-dev gdk-pixbuf-xlib-dev gtk+-dev jpeg-dev libglade-dev libxml2-dev mesa-dev xorg-libX11-dev xorg-libXext-dev xorg-libXi-dev xorg-libXinerama-dev xorg-libXmu-dev xorg-libXpm-dev xorg-libXrandr-dev xorg-libXt-dev xorg-libXxf86vm-dev" HOST_ARCH="i486 x86_64" # What is the latest version available today? current_version() { wget -O - https://en.wikipedia.org/wiki/XScreenSaver 2>/dev/null | \ sed '/Stable release/!d;s|.*">||' } # Rules to configure and make the package. compile_rules() { #export LDFLAGS="$LDFLAGS $(pkg-config --libs gtk+-2.0 gdk-pixbuf-xlib-2.0 gl)" export CFLAGS="$CFLAGS -std=gnu89" # Drop popup about version is old patch -p1 < $stuff/xscreensaver.no.expiration.date.diff # Patch for shadow patch -p1 < $stuff/xscreensaver.setuid.diff ./configure \ --with-shadow \ --with-jpeg \ --with-gl \ $CONFIGURE_ARGS && make && make install_prefix=$DESTDIR install # Need for password unlock chmod 2751 $install/usr/bin/xscreensaver } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)