wok-undigest annotate metronome/receipt @ rev 1198

Up palemoon (26.4.0): full log
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Aug 19 02:16:31 2016 +0200 (2016-08-19)
parents
children
rev   line source
pascal@1123 1 # SliTaz package receipt.
pascal@1123 2
pascal@1123 3 PACKAGE="metronome"
pascal@1123 4 VERSION="3.5"
pascal@1123 5 CATEGORY="network"
pascal@1123 6 SHORT_DESC="Lightweight xmpp server with advanced microblogging features."
pascal@1123 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1123 8 LICENSE="MIT"
pascal@1123 9 WEB_SITE="https://github.com/maranda/metronome"
pascal@1123 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1123 11 WGET_URL="https://github.com/maranda/$PACKAGE/archive/v$VERSION.tar.gz"
pascal@1123 12
pascal@1123 13 DEPENDS="lua luasocket"
pascal@1123 14 BUILD_DEPENDS="wget lua-dev openssl-dev libidn-dev"
pascal@1123 15
pascal@1123 16 # Rules to configure and make the package.
pascal@1123 17 compile_rules()
pascal@1123 18 {
pascal@1123 19 ./configure --prefix=/usr &&
pascal@1123 20 make && make install
pascal@1123 21 }
pascal@1123 22
pascal@1123 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1123 24 genpkg_rules()
pascal@1123 25 {
pascal@1123 26 cp -a $install/* $fs/
pascal@1123 27 }