SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "lcdnurse"

# SliTaz package receipt.

PACKAGE="lcdnurse"
VERSION="1.0.3"
CATEGORY="misc"
SHORT_DESC="'heal' dead pixels on your LCD screen."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL3"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://web.archive.org/web/20140209025603/http://congelli.eu/prog_info_lcdnurse.html"
WGET_URL="http://yantis-scripts.s3.amazonaws.com/$TARBALL"

DEPENDS="wxWidgets28"
BUILD_DEPENDS="wxWidgets28-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://www.mmnt.net/db/0/0/37.187.4.13/lcdnurse/source 2>/dev/null | \
    sed '/lcdnurse-/!d;s|.*lcdnurse-||;s|<.*||' | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure \
        --prefix=/usr \
        --infodir=/usr/share/info \
        --mandir=/usr/share/man \
        $CONFIGURE_ARGS &&
    make && make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/usr $fs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)