wok-stable diff nagios-dev/receipt @ rev 8419
Up: xorg-xineramaproto to 1.2.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 05 17:45:43 2011 +0000 (2011-02-05) |
parents | |
children | 58438e4ef1a8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nagios-dev/receipt Sat Feb 05 17:45:43 2011 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="nagios-dev" 1.7 +VERSION="3.2.3" 1.8 +CATEGORY="developement" 1.9 +SHORT_DESC="Nagios developement files" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://www.nagios.org/" 1.13 +WANTED="nagios" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr 1.19 + cp -pa $src/include $fs/usr 1.20 +} 1.21 +