wok-next view utox/receipt @ rev 21378
updated mpv (0.8.2 -> 0.32.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 14:54:53 2020 +0100 (2020-04-16) |
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 }