wok-tiny view ftp-config/receipt @ rev 35

kernel: no more /proc/config.gz
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 04 18:08:55 2011 +0100 (2011-02-04)
parents 956ee7ef6dfe
children d3c5f3688ec0
line source
1 # SliTaz package receipt.
3 PACKAGE="ftp-config"
4 VERSION="1.0"
5 CATEGORY="configuration"
6 SHORT_DESC="File transport protocol configuration"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://mirror.slitaz.org/pizza/tiny/"
9 DEPENDS="base-tiny"
11 post_install()
12 {
13 grep -q ftpd $1/etc/rcS.conf ||
14 sed -i 's/^RUN_DAEMONS="/&ftpd /' $1/etc/rcS.conf
15 }
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/etc
21 }