SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gsynaptics"

# SliTaz package receipt.

PACKAGE="gsynaptics"
VERSION="0.9.16"
CATEGORY="utilities"
SHORT_DESC="Synaptics TouchPad driver for XOrg/XFree86 (Deprecated)."
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL2"
WEB_SITE="http://sourceforge.jp/projects/gsynaptics/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://mirrors.dotsrc.org/mirrors/exherbo/$TARBALL"

DEPENDS="dbus-glib GConf gtk+ libglade ORBit2"
BUILD_DEPENDS="dbus-glib-dev gtk+-dev libglade-dev GConf-dev gnome-doc-utils-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://osdn.net/projects/gsynaptics/releases/ 2>/dev/null | \
    sed '/GSynaptics-[0-9]/!d;s|.*GSynaptics-||;s|. .*||' | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure            \
        --disable-scrollkeeper    \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

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