
Receipt for package "gnuplot"
# SliTaz package receipt. PACKAGE="gnuplot" VERSION="5.4.3" CATEGORY="graphics" SHORT_DESC="Command-line driven interactive data and function plotting." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="http://www.gnuplot.info/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="expat fontconfig freetype gcc-lib-base jpeg libgd libpng ncurses readline wxWidgets xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXpm xorg-libXxf86vm zlib" BUILD_DEPENDS="cairo-dev expat-dev fontconfig-dev freetype-dev jpeg-dev libgd-dev libpng-dev ncurses-dev pango-dev readline-dev wxWidgets-dev xorg-libX11-dev xorg-libXau-dev xorg-libXdmcp-dev xorg-libXpm-dev zlib-dev" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/gnuplot/files/gnuplot/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/gnuplot/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { sed -i 's|uname -m|echo i486|' src/beos/Makefile* export LDFLAGS="$LDFLAGS -ltinfo" ./configure \ --prefix=/usr \ --libexecdir=/usr/lib \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --with-qt=no \ --without-libcerf \ $CONFIGURE_ARGS && make $MAKEOPTS && make install DESTDIR=$DESTDIR } # 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/lib $fs/usr cp -a $install/usr/share/gnuplot $fs/usr/share }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)