
Receipt for package "scrot"
# SliTaz package receipt. PACKAGE="scrot" VERSION="1.7" CATEGORY="x-window" SHORT_DESC="A screen capture utility." MAINTAINER="al.bobylev@gmail.com" LICENSE="BSD" WEB_SITE="https://github.com/resurrecting-open-source-projects/scrot" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/resurrecting-open-source-projects/$PACKAGE/archive/$VERSION.tar.gz" DEPENDS="bzlib freetype giblib glibc-base imlib2 libbsd libxcb xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext zlib" BUILD_DEPENDS="autoconf-archive automake giblib-dev imlib2-dev libbsd-dev xorg-libX11-dev" # What is the latest version available today? current_version() { # https://github.com/resurrecting-open-source-projects/scrot/releases wget -O - https://github.com/dreamer/scrot/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { # sed -i 's|prefix)/doc|prefix)/share/doc|' * # patch -p1 < $stuff/scrot.patch ./autogen.sh m4_pattern_allow && ./configure $CONFIGURE_ARGS && make && make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)