wok view ocsinventory/receipt @ rev 14720

libsdl-pango: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 13:34:28 2013 +0200 (2013-06-11)
parents 08f6d46359cd
children 600aaedb561d
line source
1 # SliTaz package receipt.
3 PACKAGE="ocsinventory"
4 VERSION="2.0.4"
5 CATEGORY="meta"
6 SHORT_DESC="Automated inventory and deployement system."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="OCSNG_UNIX_SERVER"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.ocsinventory-ng.org/"
11 WGET_URL="https://launchpad.net/ocsinventory-server/stable-2.0/$VERSION/+download/$TARBALL"
12 DEPENDS="ocsinventory-server ocsinventory-agent ocsreports"
13 BUILD_DEPENDS="perl perl-dbd-mysql perl-apache-dbi perl-net-ip wget"
14 TAGS="system administration"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src/Apache
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$PWD/../_pkg install
24 }
26 genpkg_rules() {
27 mkdir $fs/usr
28 }