wok view yacpi/receipt @ rev 14253

readline: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 25 16:15:46 2013 +0100 (2013-03-25)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="yacpi"
4 VERSION="3.0.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Yet Another Configuration and Power Interface."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="ncurses libacpi"
9 BUILD_DEPENDS="ncurses-dev libacpi-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.ngolde.de/yacpi.html"
12 WGET_URL="http://www.ngolde.de/download/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/$PACKAGE $fs/usr/bin
26 }