wok-undigest view metronome/receipt @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="metronome"
4 VERSION="3.5"
5 CATEGORY="network"
6 SHORT_DESC="Lightweight xmpp server with advanced microblogging features."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/maranda/metronome"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/maranda/$PACKAGE/archive/v$VERSION.tar.gz"
13 DEPENDS="lua luasocket"
14 BUILD_DEPENDS="wget lua-dev openssl-dev libidn-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs/
27 }