SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xorg-xf86-input-vmmouse"

# SliTaz package receipt.

PACKAGE="xorg-xf86-input-vmmouse"
VERSION="13.1.0"
CATEGORY="x-window"
SHORT_DESC="X.org VMWare Mouse Input driver."
MAINTAINER="slaxemulator@gmail.com"
LICENSE="MIT"
WEB_SITE="https://www.x.org/wiki/"

SOURCE="xf86-input-vmmouse"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WGET_URL="$XORG_MIRROR/driver/$TARBALL"

DEPENDS="xorg-server"
BUILD_DEPENDS="xorg-server-dev"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure                        \
        --prefix=/usr                    \
        --infodir=/usr/share/info            \
        --mandir=/usr/share/man                \
        --with-xorg-conf-dir=/etc/X11/xorg.conf.d    \
        $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
    cp -a $install/usr/lib    $fs/usr
    cp -a $install/etc    $fs
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)