wok-stable diff strigi-client/receipt @ rev 12192
Add msmtp (use external SMTP server and avois postfix/sendmail, may be used ny Pizza)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 26 01:28:28 2012 +0200 (2012-03-26) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/strigi-client/receipt Mon Mar 26 01:28:28 2012 +0200 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="strigi-client" 1.7 +VERSION="0.7.2" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Strigi GUI client using QT." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="strigi libQtCore libQtDBus" 1.12 +WANTED="strigi" 1.13 +WEB_SITE="http://www.vandenoever.info/software/strigi/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/bin 1.19 + cp -a $_pkg/usr/bin/strigiclient $fs/usr/bin 1.20 +}