# HG changeset patch # User Christophe Lincoln # Date 1409743776 -7200 # Node ID c5a3b4a28c40c7724ac8ffcd6a766b1164f2a2a6 # Parent d17613215b7edf01644ac279d4a929db99454dfc Add uTox Secure Instant Messaging diff -r d17613215b7e -r c5a3b4a28c40 utox/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/utox/receipt Wed Sep 03 13:29:36 2014 +0200 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="utox" +VERSION="20140903" +CATEGORY="network" +SHORT_DESC="A New Kind of Instant Messaging" +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL" +TARBALL="${PACKAGE}-${VERSION}.tar.xz" +WEB_SITE="https://tox.im/" +WGET_URL="https://jenkins.libtoxcore.so/job/uTox_linux_i686/lastSuccessfulBuild/artifact/utox/utox_linux_i686.tar.xz" + +DEPENDS="dbus bzlib xorg-libX11 gtk+" +BUILD_DEPENDS="wget" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + install -D ${src}/${TARBALL} ${fs}/usr/bin/utox +} diff -r d17613215b7e -r c5a3b4a28c40 utox/stuff/utox.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/utox/stuff/utox.desktop Wed Sep 03 13:29:36 2014 +0200 @@ -0,0 +1,7 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=uTox Instant Messaging +Exec=utox +Icon=utox +Type=Application +Categories=Application;Network; diff -r d17613215b7e -r c5a3b4a28c40 utox/stuff/utox.png Binary file utox/stuff/utox.png has changed