wok view libtaz/receipt @ rev 15924

ntp: avoid refection attacks
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 19 09:17:04 2014 +0000 (2014-02-19)
parents 7d88adac18bb
children 7c9fe1d1a9c9
line source
1 # SliTaz package receipt.
3 PACKAGE="libtaz"
4 VERSION="1.6"
5 CATEGORY="base-system"
6 SHORT_DESC="Slitaz generic library."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 # Download directly from hg, because this package is needed when
11 # cooking toolchain. (mercurial is not available at this time)
12 # TARBALL/SOURCE are used to make the archive named well.
13 SOURCE="slitaz-dev-tools"
14 TARBALL="$SOURCE-$VERSION.tar.bz2"
15 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
16 CONFIG_FILES="/etc/slitaz/slitaz.conf"
17 TAGS="slitaz"
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/share/slitaz/web \
23 $fs/usr/lib/slitaz $fs/etc/slitaz
24 cp -a $src/$PACKAGE/libtaz $fs/usr/lib/slitaz
25 cp -a $src/$PACKAGE/libtaz-modules $fs/usr/lib/slitaz
26 cp -a $src/$PACKAGE/slitaz.conf $fs/etc/slitaz
27 }