wok diff trojita/receipt @ rev 21815
ffmpeg-dev: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 19 10:41:53 2019 +0200 (2019-08-19) |
parents | |
children | 5f6c5106b1f5 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/trojita/receipt Mon Aug 19 10:41:53 2019 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="trojita" 1.7 +VERSION="0.5" 1.8 +CATEGORY="mail" 1.9 +SHORT_DESC="Trojitá, a fast Qt IMAP e-mail client" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL" 1.12 +WEB_SITE="http://trojita.flaska.net/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 + 1.16 +DEPENDS="libQtDBus libQtSql libQtWebkit qtkeychain" 1.17 +BUILD_DEPENDS="cmake Qt4-dev qmake dbus-dev zlib-dev qtkeychain-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + mkdir build; cd build 1.23 + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. && 1.24 + make && make install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + cp -a $install/* $fs 1.31 + # Remove locales 1.32 + rm -r $fs/usr/share/trojita 1.33 +}