wok view atftpd/receipt @ rev 11420

sagan-rules: Change version to 08222011 cause its the same as current. Doesn't need a compile_rules function since its just copy source files to $fs/etc/sagan/rules.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 14 05:17:25 2011 +0000 (2011-12-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 }