wok-next annotate caja/receipt @ rev 20906

Update homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 12:53:17 2018 +0300 (2018-08-10)
parents 342b30daff76
children 9102678083fb
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16982 2
yuripourre@16982 3 PACKAGE="caja"
al@20096 4 VERSION="1.18.4"
yuripourre@16982 5 CATEGORY="utilities"
al@20096 6 SHORT_DESC="Caja, the file manager for the MATE desktop"
al@20096 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16982 8 LICENSE="GPL3"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/caja"
al@20096 10
yuripourre@16982 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/caja/archive/v$VERSION.tar.gz"
yuripourre@16982 13
al@20096 14 BUILD_DEPENDS="mate-common gtk-doc gobject-introspection-dev mate-desktop-dev \
al@20460 15 pango-dev gtk+3-dev libnotify-dev libexif-dev exempi-dev xorg-libSM-dev"
al@20096 16 SPLIT="caja-dev"
yuripourre@16982 17
al@20096 18 compile_rules() {
al@20096 19 ./autogen.sh \
al@20096 20 --disable-packagekit \
al@20096 21 --disable-update-mimedb \
al@20096 22 --disable-icon-update \
yuripourre@16982 23 $CONFIGURE_ARGS &&
al@20569 24 fix libtool &&
yuripourre@16982 25 make &&
al@20096 26 make install
yuripourre@16982 27 }
yuripourre@16982 28
al@20096 29 genpkg_rules() {
al@20096 30 case $PACKAGE in
al@20096 31 caja)
al@20096 32 copy @std
al@20749 33 DEPENDS="atk cairo exempi gdk-pixbuf glib gtk+3 libexif \
al@20828 34 libnotify libxml2 mate-desktop pango xorg-libICE xorg-libSM \
al@20749 35 xorg-libX11 shared-mime-info"
al@20096 36 SUGGESTED="gvfs-smb"
al@20096 37 TAGS="MATE file-manager"
al@20096 38 ;;
al@20096 39 *-dev)
al@20096 40 copy @dev
al@20749 41 DEPENDS="caja glib-dev gtk+3-dev"
al@20096 42 TAGS="MATE"
al@20096 43 ;;
al@20096 44 esac
yuripourre@16982 45 }