wok diff yacpi/receipt @ rev 14390
eet-dev: update deps
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Apr 23 07:02:34 2013 +0200 (2013-04-23) |
parents | |
children | 380ffe05937a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/yacpi/receipt Tue Apr 23 07:02:34 2013 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="yacpi" 1.7 +VERSION="3.0.1" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Yet Another Configuration and Power Interface." 1.10 +MAINTAINER="paul@slitaz.org" 1.11 +DEPENDS="ncurses libacpi" 1.12 +BUILD_DEPENDS="ncurses-dev libacpi-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://www.ngolde.de/yacpi.html" 1.15 +WGET_URL="http://www.ngolde.de/download/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + make 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr/bin 1.28 + cp -a $src/$PACKAGE $fs/usr/bin 1.29 +} 1.30 +