wok-stable view nscd/receipt @ rev 1947

nscd: chmod +x /etc/init.d/nscd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 28 21:46:02 2008 +0000 (2008-12-28)
parents 413c5371f001
children 001093270772
line source
1 # SliTaz package receipt.
3 PACKAGE="nscd"
4 VERSION="2.7"
5 CATEGORY="base-system"
6 SHORT_DESC="passwd, group and host lookups cache."
7 WEB_SITE="http://gcc.gnu.org/"
8 WANTED="glibc"
9 MAINTAINER="pascal.bellard@slitaz.org"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 #
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/sbin $fs/etc/init.d
16 cp $_pkg/usr/sbin/nscd $fs/usr/sbin/
17 cp $src/nscd/nscd.conf $fs/etc
18 cp stuff/nscd $fs/etc/init.d
19 chmod +x $fs/etc/init.d/nscd
20 }