wok view atftpd/receipt @ rev 8615
Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 19:09:46 2011 +0100 (2011-02-14) |
parents | c4d1a14891bc |
children | f4c22f009037 |
line source
1 # SliTaz package receipt.
3 PACKAGE="atftpd"
4 VERSION="0.7"
5 CATEGORY="network"
6 SHORT_DESC="Advanced Trivial File Transport Protocol server."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://freshmeat.net/projects/atftp/"
9 WANTED="atftp"
10 DEPENDS="pcre"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/sbin $fs/usr
17 }