wok annotate nscd/receipt @ rev 12179

Up: slitaz-configs (4.8.3) - Only apps in Applications menu and logout button on top right
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 16:15:55 2012 +0100 (2012-03-24)
parents 2ae8ee18aa85
children 380ffe05937a
rev   line source
pascal@10703 1 # SliTaz package receipt.
pascal@10703 2
pascal@10703 3 PACKAGE="nscd"
pascal@10703 4 VERSION="2.13"
pascal@10703 5 CATEGORY="base-system"
pascal@10703 6 SHORT_DESC="passwd, group and host lookups cache."
pascal@10703 7 WEB_SITE="http://gcc.gnu.org/"
pascal@10703 8 WANTED="glibc"
pascal@10703 9 MAINTAINER="pascal.bellard@slitaz.org"
pascal@10703 10
pascal@10703 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@10703 12 #
pascal@10703 13 genpkg_rules()
pascal@10703 14 {
pascal@10703 15 mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc/init.d $fs/var/db
pascal@10703 16 cp $_pkg/usr/sbin/nscd $fs/usr/sbin/
pascal@10703 17 cp $_pkg/usr/bin/getent $fs/usr/bin/
pascal@10703 18 cp $src/nscd/nscd.conf $fs/etc
slaxemulator@10704 19 cp $stuff/nscd $fs/etc/init.d
pascal@10703 20 chmod +x $fs/etc/init.d/nscd
pascal@10703 21 }