wok-current rev 8384
Up: ocsinventory ocsinventory-server ocsreports(1.3.3)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Feb 04 17:06:43 2011 +0100 (2011-02-04) |
parents | d49009465257 |
children | 45884a696424 |
files | ocsinventory-server/receipt ocsinventory/receipt ocsreports/receipt |
line diff
1.1 --- a/ocsinventory-server/receipt Fri Feb 04 05:30:52 2011 +0000 1.2 +++ b/ocsinventory-server/receipt Fri Feb 04 17:06:43 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ocsinventory-server" 1.7 -VERSION="1.02.1" 1.8 +VERSION="1.3.3" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Iventory and package deployment system" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -27,13 +27,13 @@ 1.13 install -o root -g www -m 0775 -d $fs/var/lib/ocsinventory-server/download 1.14 1.15 mkdir -p $fs/etc/logrotate.d 1.16 - cp -f $src/Apache/etc/logrotate.d/ocsinventory-server \ 1.17 + cp -f $src/etc/logrotate.d/ocsinventory-server \ 1.18 $fs/etc/logrotate.d/ocsinventory-server 1.19 sed -i "s#PATH_TO_LOG_DIRECTORY#/var/log/ocsinventory-server#g" \ 1.20 $fs/etc/logrotate.d/ocsinventory-server 1.21 1.22 mkdir -p $fs/etc/apache/conf.d 1.23 - cp $src/Apache/etc/ocsinventory/ocsinventory-server.conf \ 1.24 + cp $src/etc/ocsinventory/ocsinventory-server.conf \ 1.25 $fs/etc/apache/conf.d/ocsinventory-server.conf 1.26 sed -i -e "s#DATABASE_SERVER#localhost#g" \ 1.27 -e "s#DATABASE_PORT#3306#g" \
2.1 --- a/ocsinventory/receipt Fri Feb 04 05:30:52 2011 +0000 2.2 +++ b/ocsinventory/receipt Fri Feb 04 17:06:43 2011 +0100 2.3 @@ -2,14 +2,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ocsinventory" 2.7 -VERSION="1.02.1" 2.8 +VERSION="1.3.3" 2.9 CATEGORY="meta" 2.10 SHORT_DESC="Automated inventory and deployement system." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 SOURCE="OCSNG_UNIX_SERVER" 2.13 TARBALL="$SOURCE-$VERSION.tar.gz" 2.14 WEB_SITE="http://www.ocsinventory-ng.org/" 2.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.16 +WGET_URL="http://launchpad.net/ocsinventory-server/stable-1.3/$VERSION/+download/$TARBALL" 2.17 DEPENDS="ocsinventory-server ocsinventory-agent ocsreports" 2.18 BUILD_DEPENDS="perl perl-dbd-mysql perl-apache-dbi perl-net-ip" 2.19 TAGS="system administration"
3.1 --- a/ocsreports/receipt Fri Feb 04 05:30:52 2011 +0000 3.2 +++ b/ocsreports/receipt Fri Feb 04 17:06:43 2011 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="ocsreports" 3.7 -VERSION="1.02.1" 3.8 +VERSION="1.3.3" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Inventory and package deployement system" 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -29,9 +29,9 @@ 3.13 ?> 3.14 EOT 3.15 3.16 - install -o root -g www -m 0755 $src/Apache/binutils/ipdiscover-util.pl \ 3.17 - $fs/usr/share/ocsreports/ipdiscover-util.pl 3.18 - 3.19 + install -o root -g www -m 0755 $src/binutils/*.pl \ 3.20 + $fs/usr/share/ocsreports/ 3.21 + 3.22 rm -f $fs/usr/share/${PACKAGE}/dbconfig.inc.php 3.23 cd $fs/usr/share/${PACKAGE} ; ln -s /etc/ocsreports/dbconfig.inc.php ; cd - 3.24