SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "thunar-vfs"

# SliTaz package receipt.

PACKAGE="thunar-vfs"
VERSION="1.2.0"
CATEGORY="x-window"
SHORT_DESC="Thunar File Manager Libraries"
MAINTAINER="erjo@slitaz.org"
LICENSE="LGPL2"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://www.xfce.org"
WGET_URL="https://archive.xfce.org/xfce/4.8/src/$TARBALL"

DEPENDS="libpng jpeg libxfce4util dbus startup-notification xfce4-panel \
gamin pcre libexif util-linux-uuid-dev hal"
BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev 
 startup-notification-dev xfce4-panel-dev zlib-dev intltool libexo-dev dbus-glib-dev \
 util-linux-uuid-dev hal-dev xcb-util-dev"
 
# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*} 2>/dev/null | \
    sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr \
        --sysconfdir=/etc \
        --enable-dbus \
        --enable-startup-notification \
        --disable-gnome-thumbnailers \
        --enable-debug=no \
        $CONFIGURE_ARGS && \
    make && make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    
    mkdir -p $fs/usr \
        $fs/usr/share/locale \
        $fs/usr/lib/ \
        $fs/usr/share

    cp -a $install/usr/lib/*.so* $fs/usr/lib
    cp -a $install/usr/lib/thunar-vfs-1 $fs/usr/lib
    
    cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    cp -a $install/usr/share/thumbnailers $fs/usr/share

    # Strip all
    find $fs/usr/lib -exec strip -s {} 2> /dev/null \;
}

6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)