wok view ocsinventory/receipt @ rev 14129

esound: recook using existing upgraded audiofile-1 instead of absent old audiofile-0
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 10:12:51 2013 +0000 (2013-02-28)
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 }