
Receipt for package "caja"
# SliTaz package receipt. PACKAGE="caja" VERSION="1.9.3" CATEGORY="utilities" LICENSE="GPL3" SHORT_DESC="MATE file manager." MAINTAINER="yuripourre@gmail.com" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.mate-desktop.org/" WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" DEPENDS="gtk+ mate-desktop dconf exempi gvfs libunique" BUILD_DEPENDS="wget dbus-dev dconf-dev cacerts autoconf automake libtool itstool \ gtk+-dev gtk-doc mate-common-dev mate-desktop-dev mate-icon-theme libunique-dev \ gvfs-dev desktop-file-utils gobject-introspection-dev util-linux-uuid-dev" SUGGESTED="gvfs-smb" TAGS="MATE file-manager" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { ./autogen.sh \ --prefix=/usr \ --libexecdir=/usr/lib/$PACKAGE \ --enable-introspection \ --enable-unique \ --disable-static \ --disable-update-mimedb \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } genpkg_rules() { mkdir -p $fs/usr/lib/$PACKAGE $fs/usr/share/$PACKAGE cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/lib/$PACKAGE/* $fs/usr/lib/$PACKAGE cp -a $install/usr/share/$PACKAGE/* $fs/usr/share/$PACKAGE mkdir -p $fs/usr/share/applications cp -a $install/usr/share/applications/* $fs/usr/share/applications mkdir -p $fs/usr/share/dbus-1 cp -a $install/usr/share/dbus-1/* $fs/usr/share/dbus-1 mkdir -p $fs/usr/share/pixmaps cp -a $install/usr/share/icons/hicolor/32x32/apps/*.png \ $fs/usr/share/pixmaps cp -a $install/usr/share/MateConf $fs/usr/share cp -a $install/usr/share/glib-2.0 $fs/usr/share }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)