wok-undigest view wol/receipt @ rev 24

Add: at, wol, owfs, wput. Change maintainer for dovecot. Welcom Ludovic.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 03 14:08:46 2010 +0200 (2010-04-03)
parents
children 735ba2a2af34
line source
1 # SliTaz package receipt.
3 PACKAGE="wol"
4 VERSION="0.7.1"
5 CATEGORY="network"
6 SHORT_DESC="wol implements Wake On LAN functionality in a small program."
7 MAINTAINER="l.lemarinel@gmail.com"
8 TARBALL="${PACKAGE}-${VERSION}.tar.gz"
9 WGET_URL="$SF_MIRROR/ahh/$TARBALL"
10 BUILD_DEPENDS=""
11 DEPENDS=""
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --bindir=/usr/bin \
18 --sbindir=/usr/bin \
19 --prefix=/usr
20 make
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }