wok view sharedance/receipt @ rev 14717

libgdiplus: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:20:13 2013 +0200 (2013-06-11)
parents
children 3b4e4318134e
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 WEB_SITE="http://sharedance.pureftpd.org/project/sharedance"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="http://download.pureftpd.org/pub/sharedance/$TARBALL"
12 DEPENDS="libevent"
13 BUILD_DEPENDS="libevent-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $install/* $fs
25 }