wok-undigest view wol/receipt @ rev 143

Move gtk-engines-rezlooks to wok
author Alexander Medvedev <devl547@gmail.com>
date Thu May 27 19:02:36 2010 +0000 (2010-05-27)
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 }