wok-next view spacefm-gtk2/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents 96f32ddf6189
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="spacefm-gtk2"
4 VERSION="1.0.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Multi-panel tabbed file and desktop manager"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://ignorantguru.github.io/spacefm/"
11 TARBALL="spacefm-$VERSION.tar.gz"
12 WGET_URL="https://github.com/IgnorantGuru/spacefm/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="intltool gtk+-dev eudev-dev"
16 compile_rules() {
17 ./configure \
18 --disable-video-thumbnails \
19 --with-preferable-sudo=/usr/bin/subox \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make MKDIRPROG='mkdir -p' install || return 1
25 rm -rf $install/usr/share/mime/
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="cairo eudev gdk-pixbuf glib gtk+ pango xorg-libX11 bash"
31 }