wok view trojita/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents
children 5f6c5106b1f5
line source
1 # SliTaz package receipt.
3 PACKAGE="trojita"
4 VERSION="0.5"
5 CATEGORY="mail"
6 SHORT_DESC="Trojitá, a fast Qt IMAP e-mail client"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://trojita.flaska.net/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="libQtDBus libQtSql libQtWebkit qtkeychain"
14 BUILD_DEPENDS="cmake Qt4-dev qmake dbus-dev zlib-dev qtkeychain-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mkdir build; cd build
20 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 # Remove locales
29 rm -r $fs/usr/share/trojita
30 }