wok view wol/receipt @ rev 16814

Up pcre and pcre-dev to version 8.35
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 22:42:36 2014 -0300 (2014-07-10)
parents 7aef52db895d
children 5f6c5106b1f5
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 LICENSE="GPL2"
9 TARBALL="${PACKAGE}-${VERSION}.tar.gz"
10 WGET_URL="$SF_MIRROR/ahh/$TARBALL"
11 WEB_SITE="http://wake-on-lan.sourceforge.net/"
13 BUILD_DEPENDS=""
14 DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }