wok view busybox-pam/receipt @ rev 7277

busybox-pam: use busybox pre/post install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 15 15:26:25 2010 +0100 (2010-11-15)
parents ca2a832193d8
children 0b8166cf98e5
line source
1 # SliTaz package receipt.
3 PACKAGE="busybox-pam"
4 VERSION="1.17.3"
5 CATEGORY="base-system"
6 SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="busybox pam"
9 WANTED="busybox"
10 WEB_SITE="http://www.busybox.net/"
11 CONFIG_FILES="/etc/dnsd.conf /etc/inetd.conf /etc/udhcpd.conf /etc/resolv.conf \
12 /etc/pam.d"
13 PROVIDE="busybox:pam"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/bin
19 cp -a $src/busybox-pam $fs/bin/busybox
20 cp -a stuff/* $fs
21 }