wok-next annotate sharedance/receipt @ rev 21389

updated octave (4.0.0 -> 5.2.0)
author Hans-G?nter Theisgen
date Fri Apr 17 15:23:40 2020 +0100 (2020-04-17)
parents d5aab818505e
children
rev   line source
erjo@11639 1 # SliTaz package receipt.
erjo@11639 2
erjo@11639 3 PACKAGE="sharedance"
erjo@11639 4 VERSION="0.6"
erjo@11639 5 CATEGORY="network"
al@21020 6 SHORT_DESC="High-performance server to centralize ephemeral key/data"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15593 8 LICENSE="MIT"
al@21033 9 WEB_SITE="https://www.pureftpd.org/project/sharedance"
al@21020 10
erjo@11639 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@11639 12 WGET_URL="http://download.pureftpd.org/pub/sharedance/$TARBALL"
erjo@11639 13
erjo@11639 14 BUILD_DEPENDS="libevent-dev"
erjo@11639 15
al@21020 16 compile_rules() {
al@21020 17 ./configure $CONFIGURE_ARGS &&
al@21020 18 make &&
al@21020 19 make install
erjo@11639 20 }
erjo@11639 21
al@21020 22 genpkg_rules() {
erjo@11639 23 cp -a $install/* $fs
al@21020 24 DEPENDS="libevent"
erjo@11639 25 }