wok view sharedance/receipt @ rev 16265

Up cookutils 3.3.1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 05 11:16:11 2014 +0000 (2014-04-05)
parents c568c45774c3
children e6b7a2aaf2e1
line source
1 # SliTaz package receipt.
3 PACKAGE="sharedance"
4 VERSION="0.6"
5 CATEGORY="network"
6 SHORT_DESC="High-performance server to centralize ephemeral key/data."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://sharedance.pureftpd.org/project/sharedance"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://download.pureftpd.org/pub/sharedance/$TARBALL"
13 DEPENDS="libevent"
14 BUILD_DEPENDS="libevent-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }