wok rev 17116
Add uTox Secure Instant Messaging
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Sep 03 13:29:36 2014 +0200 (2014-09-03) |
parents | d17613215b7e |
children | 4b0e72ea949d |
files | utox/receipt utox/stuff/utox.desktop utox/stuff/utox.png |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/utox/receipt Wed Sep 03 13:29:36 2014 +0200 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="utox" 1.7 +VERSION="20140903" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="A New Kind of Instant Messaging" 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="GPL" 1.12 +TARBALL="${PACKAGE}-${VERSION}.tar.xz" 1.13 +WEB_SITE="https://tox.im/" 1.14 +WGET_URL="https://jenkins.libtoxcore.so/job/uTox_linux_i686/lastSuccessfulBuild/artifact/utox/utox_linux_i686.tar.xz" 1.15 + 1.16 +DEPENDS="dbus bzlib xorg-libX11 gtk+" 1.17 +BUILD_DEPENDS="wget" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + install -D ${src}/${TARBALL} ${fs}/usr/bin/utox 1.23 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/utox/stuff/utox.desktop Wed Sep 03 13:29:36 2014 +0200 2.3 @@ -0,0 +1,7 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=uTox Instant Messaging 2.7 +Exec=utox 2.8 +Icon=utox 2.9 +Type=Application 2.10 +Categories=Application;Network;
3.1 Binary file utox/stuff/utox.png has changed