wok-next view utox/receipt @ rev 21277
geeqie: replaced lua by lua51
author | Hans-G?nter Theisgen |
---|---|
date | Sat Dec 07 16:00:59 2019 +0100 (2019-12-07) |
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 }