wok view libQtMimeTypes/receipt @ rev 20317

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
parents
children c49ffc024a6c
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtMimeTypes"
4 BRANCH="123e5255daf5bc780f8ecfa62f796a2aedef9a13"
5 VERSION="${BRANCH:1:7}"
6 CATEGORY="development"
7 SHORT_DESC="A Qt4 backport of the Qt5 mimetypes API"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="LGPL2.1"
10 WEB_SITE="https://qt.gitorious.org/qtplayground/mimetypes"
11 TARBALL="$PACKAGE-$BRANCH.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$BRANCH.tar.gz"
14 DEPENDS="libQtCore"
15 BUILD_DEPENDS="wget cacerts Qt4-dev qmake"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 qmake && make && INSTALL_ROOT=$install make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }