SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "osmo"

# SliTaz package receipt.

PACKAGE="osmo"
VERSION="0.2.12"
CATEGORY="office"
SHORT_DESC="A handy personal organizer using GTK+."
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://web.archive.org/web/20220504044950/https://clayo.org/osmo/"
WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL"
TAGS="office"

DEPENDS="gtk+ libxml2 libwebkit xorg-libXdamage libnotify libical"
BUILD_DEPENDS="gtk+ gtk+-dev libwebkit-dev libxml2-dev libnotify-dev \
libical-dev gettext-tools"

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/osmo-pim/files/osmo-pim/ 2>/dev/null | \
    sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    sed '/scope="row/!d;s|.*/osmo-||;s|.tar.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure
    sed -i 's|test \$\$po -nt \$@|true|' po/Makefile*
    ./configure \
        --prefix=/usr \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

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