wok-current annotate sharedance/receipt @ rev 23973
Up openconnect (8.10), openexr (2.5.3), openldap (2.4.55), openssh (8.4p1), openvswitch (2.14.0), phpmyadmin (5.0.4), rust (1.47.0), shellinabox (2.21)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 28 12:04:50 2020 +0000 (2020-10-28) |
parents | 3b4e4318134e |
children | 535c806240cc |
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" |
erjo@11639 | 6 SHORT_DESC="High-performance server to centralize ephemeral key/data." |
erjo@11639 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15593 | 8 LICENSE="MIT" |
pascal@21252 | 9 WEB_SITE="https://web.archive.org/web/20180128000525/https://www.pureftpd.org/project/sharedance" |
erjo@11639 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
erjo@11639 | 11 WGET_URL="http://download.pureftpd.org/pub/sharedance/$TARBALL" |
erjo@11639 | 12 |
erjo@11639 | 13 DEPENDS="libevent" |
erjo@11639 | 14 BUILD_DEPENDS="libevent-dev" |
erjo@11639 | 15 |
erjo@11639 | 16 # Rules to configure and make the package. |
erjo@11639 | 17 compile_rules() |
erjo@11639 | 18 { |
erjo@11639 | 19 ./configure $CONFIGURE_ARGS && make && make install |
erjo@11639 | 20 } |
erjo@11639 | 21 |
erjo@11639 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@11639 | 23 genpkg_rules() |
erjo@11639 | 24 { |
erjo@11639 | 25 cp -a $install/* $fs |
erjo@11639 | 26 } |