wok-next view utox/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt.
3 PACKAGE="utox"
4 VERSION="20140903"
5 CATEGORY="network"
6 SHORT_DESC="A New Kind of Instant Messaging"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://utox.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://jenkins.libtoxcore.so/job/uTox_linux_i686/lastSuccessfulBuild/artifact/utox/utox_linux_i686.tar.xz"
14 genpkg_rules() {
15 install -D $src/$TARBALL $fs/usr/bin/utox
16 DEPENDS="dbus libbzip2 libx11 gtk2"
17 }