wok-next view sharedance/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents c568c45774c3
children d5aab818505e
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 }