wok view csync-dev/receipt @ rev 13473

Up: sysstat (10.0.5)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Oct 09 16:11:07 2012 +0200 (2012-10-09)
parents
children 44c65752ed20
line source
1 # SliTaz package receipt.
3 PACKAGE="csync-dev"
4 VERSION="0.50.8"
5 CATEGORY="development"
6 SHORT_DESC="Csync development files."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.csync.org/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WANTED="csync"
12 DEPENDS="csync"
13 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 cp -a $install/usr/include $fs/usr
21 }