wok annotate yacpi/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents
children 380ffe05937a
rev   line source
paul@14085 1 # SliTaz package receipt.
paul@14085 2
paul@14085 3 PACKAGE="yacpi"
paul@14085 4 VERSION="3.0.1"
paul@14085 5 CATEGORY="utilities"
paul@14085 6 SHORT_DESC="Yet Another Configuration and Power Interface."
paul@14085 7 MAINTAINER="paul@slitaz.org"
paul@14085 8 DEPENDS="ncurses libacpi"
paul@14085 9 BUILD_DEPENDS="ncurses-dev libacpi-dev"
paul@14085 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@14085 11 WEB_SITE="http://www.ngolde.de/yacpi.html"
paul@14085 12 WGET_URL="http://www.ngolde.de/download/$TARBALL"
paul@14085 13
paul@14085 14 # Rules to configure and make the package.
paul@14085 15 compile_rules()
paul@14085 16 {
paul@14085 17 cd $src
paul@14085 18 make
paul@14085 19 }
paul@14085 20
paul@14085 21 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@14085 22 genpkg_rules()
paul@14085 23 {
paul@14085 24 mkdir -p $fs/usr/bin
paul@14085 25 cp -a $src/$PACKAGE $fs/usr/bin
paul@14085 26 }
paul@14085 27