wok view wol/receipt @ rev 11460

orage: add popt to depends
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 17 11:42:21 2011 +0100 (2011-12-17)
parents
children 2a21689b0af7
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 WEB_SITE="http://wake-on-lan.sourceforge.net/"
11 BUILD_DEPENDS=""
12 DEPENDS=""
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure $CONFIGURE_ARGS &&
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }