wok view ocsinventory/receipt @ rev 12215

syslinux/md5sum.c32: add a status line
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 03 13:12:44 2012 +0200 (2012-04-03)
parents 93d0091756cf
children 08f6d46359cd
line source
2 # SliTaz package receipt.
4 PACKAGE="ocsinventory"
5 VERSION="1.3.3"
6 CATEGORY="meta"
7 SHORT_DESC="Automated inventory and deployement system."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 SOURCE="OCSNG_UNIX_SERVER"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.ocsinventory-ng.org/"
12 WGET_URL="http://launchpad.net/ocsinventory-server/stable-1.3/$VERSION/+download/$TARBALL"
13 DEPENDS="ocsinventory-server ocsinventory-agent ocsreports"
14 BUILD_DEPENDS="perl perl-dbd-mysql perl-apache-dbi perl-net-ip"
15 TAGS="system administration"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src/Apache
22 perl Makefile.PL &&
23 make &&
24 make DESTDIR=$PWD/../_pkg install
25 }
27 genpkg_rules() {
28 mkdir $fs/usr
29 }