wok view nscd/receipt @ rev 2073

Add: xfce1-appfinder, xfce4-panel*, xfce4-icon-theme,xfce4-session*
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jan 23 23:05:23 2009 +0100 (2009-01-23)
parents 001093270772
children fee531f1e85e
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/usr/bin $fs/etc/init.d $fs/var/db
16 cp $_pkg/usr/sbin/nscd $fs/usr/sbin/
17 cp $_pkg/usr/bin/getent $fs/usr/bin/
18 cp $src/nscd/nscd.conf $fs/etc
19 cp stuff/nscd $fs/etc/init.d
20 chmod +x $fs/etc/init.d/nscd
21 }