wok-next view yacpi/receipt @ rev 21326
updated libqmi (1.20.0 -> 1.24.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 12 15:18:23 2019 +0100 (2019-12-12) |
parents | 466bca9334ef |
children |
line source
1 # SliTaz package receipt v2.
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 LICENSE="GPL2"
9 WEB_SITE="http://www.ngolde.de/yacpi.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.ngolde.de/download/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev libacpi-dev"
16 compile_rules() {
17 make &&
18 install -Dm755 $src/yacpi $install/usr/bin/yacpi
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="ncurses libacpi"
24 }