wok-next annotate spacefm-gtk2/receipt @ rev 20348

ploticus (2.42)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 18 17:19:51 2017 +0100 (2017-11-18)
parents e96c2053ccb9
children 10df65db91ad
rev   line source
al@19855 1 # SliTaz package receipt v2.
al@19855 2
al@19855 3 PACKAGE="spacefm-gtk2"
al@19855 4 VERSION="1.0.5"
al@19855 5 CATEGORY="system-tools"
al@19855 6 SHORT_DESC="Multi-panel tabbed file and desktop manager"
al@19855 7 MAINTAINER="al.bobylev@gmail.com"
al@19855 8 LICENSE="GPL3"
al@19855 9 WEB_SITE="http://ignorantguru.github.io/spacefm/"
al@19855 10
al@19855 11 TARBALL="spacefm-$VERSION.tar.gz"
al@19855 12 WGET_URL="https://github.com/IgnorantGuru/spacefm/archive/$VERSION.tar.gz"
al@19855 13
al@19876 14 BUILD_DEPENDS="intltool gtk+-dev eudev-dev"
al@19855 15
al@19855 16 # Rules to configure and make the package.
al@19855 17 compile_rules()
al@19855 18 {
al@19855 19 ./configure \
al@19876 20 --disable-video-thumbnails \
al@19855 21 --with-preferable-sudo=/usr/bin/subox \
al@19855 22 $CONFIGURE_ARGS &&
al@19855 23 make &&
al@19855 24 make MKDIRPROG='mkdir -p' install || return 1
al@19855 25
al@19855 26 rm -rf $install/usr/share/mime/
al@19855 27 }
al@19855 28
al@19855 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19855 30 genpkg_rules()
al@19855 31 {
al@19855 32 copy @std
al@19876 33 DEPENDS="cairo eudev gdk-pixbuf glib gtk+ pango xorg-libX11 bash"
al@19855 34 }