wok-next view terminology/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 c4e53a39395a
children 4682873d09ff
line source
1 # SliTaz package receipt.
3 PACKAGE="terminology"
4 VERSION="0.3.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Terminology is a terminal emulator with innovative features."
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://www.enlightenment.org/"
10 TARBALL="$PACKAGE-${VERSION}.tar.bz2"
11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 TAGS="e enlightenment terminal"
14 DEPENDS="elementary ethumb"
15 BUILD_DEPENDS="shared-mime-info elementary-dev ethumb-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 export CFLAGS="$CFLAGS -fvisibility=hidden"
21 export LDFLAGS="$LDFLAGS -fvisibility=hidden"
22 ./configure \
23 -with-maximum-log-level=1 \
24 $CONFIGURE_ARGS &&
25 make $MAKEFLAGS && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }