wok-next annotate caja/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d635206a5649 |
children |
rev | line source |
---|---|
al@20096 | 1 # SliTaz package receipt v2. |
yuripourre@16982 | 2 |
yuripourre@16982 | 3 PACKAGE="caja" |
al@20938 | 4 VERSION="1.20.2" |
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 |
al@20943 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@20943 | 12 WGET_URL="http://pub.mate-desktop.org/releases/${VERSION%.*}/$TARBALL" |
yuripourre@16982 | 13 |
al@20096 | 14 BUILD_DEPENDS="mate-common gtk-doc gobject-introspection-dev mate-desktop-dev \ |
al@21078 | 15 pango-dev gtk3-dev libnotify-dev libexif-dev exempi-dev libsm-dev" |
al@21020 | 16 SPLIT="$PACKAGE-dev" |
yuripourre@16982 | 17 |
al@21105 | 18 DEPENDS_std="atk libcairo exempi gdk-pixbuf glib gtk3 libexif libnotify libxml2 \ |
al@21081 | 19 mate-desktop pango libice libsm libx11 shared-mime-info" |
al@21081 | 20 DEPENDS_dev="$PACKAGE glib-dev gtk3-dev" |
al@21081 | 21 |
al@21081 | 22 SUGGESTED_std="gvfs-smb" |
al@21081 | 23 TAGS_std="MATE file-manager" |
al@21081 | 24 |
al@20096 | 25 compile_rules() { |
al@20943 | 26 ./configure \ |
al@20096 | 27 --disable-packagekit \ |
al@20096 | 28 --disable-update-mimedb \ |
al@20096 | 29 --disable-icon-update \ |
yuripourre@16982 | 30 $CONFIGURE_ARGS && |
al@20569 | 31 fix libtool && |
yuripourre@16982 | 32 make && |
al@20096 | 33 make install |
yuripourre@16982 | 34 } |