wok annotate ocsinventory/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 08f6d46359cd
children 600aaedb561d
rev   line source
erjo@3673 1 # SliTaz package receipt.
erjo@3673 2
erjo@3673 3 PACKAGE="ocsinventory"
erjo@12231 4 VERSION="2.0.4"
erjo@3673 5 CATEGORY="meta"
erjo@3673 6 SHORT_DESC="Automated inventory and deployement system."
erjo@3673 7 MAINTAINER="pascal.bellard@slitaz.org"
erjo@3673 8 SOURCE="OCSNG_UNIX_SERVER"
erjo@3673 9 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@3673 10 WEB_SITE="http://www.ocsinventory-ng.org/"
erjo@12231 11 WGET_URL="https://launchpad.net/ocsinventory-server/stable-2.0/$VERSION/+download/$TARBALL"
erjo@3673 12 DEPENDS="ocsinventory-server ocsinventory-agent ocsreports"
pascal@12238 13 BUILD_DEPENDS="perl perl-dbd-mysql perl-apache-dbi perl-net-ip wget"
jozee@4970 14 TAGS="system administration"
erjo@3673 15
erjo@3673 16
erjo@3673 17 # Rules to configure and make the package.
erjo@3673 18 compile_rules()
erjo@3673 19 {
erjo@3673 20 cd $src/Apache
erjo@3673 21 perl Makefile.PL &&
erjo@3673 22 make &&
erjo@3673 23 make DESTDIR=$PWD/../_pkg install
erjo@3673 24 }
erjo@3673 25
erjo@3673 26 genpkg_rules() {
erjo@3673 27 mkdir $fs/usr
erjo@3673 28 }
erjo@3673 29
erjo@3673 30