wok annotate ocsinventory/receipt @ rev 19615
Up: mpfr (3.1.5)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Jan 09 19:50:23 2017 +0000 (2017-01-09) |
parents | 600aaedb561d |
children | cea6e929d21e |
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" |
pascal@15590 | 8 LICENSE="GPL2" |
erjo@3673 | 9 SOURCE="OCSNG_UNIX_SERVER" |
erjo@3673 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
erjo@3673 | 11 WEB_SITE="http://www.ocsinventory-ng.org/" |
pascal@17869 | 12 WGET_URL="https://launchpad.net/ocsinventory-server/stable-${VERSION%.*}/$VERSION/+download/$TARBALL" |
pascal@15590 | 13 TAGS="system administration" |
pascal@15590 | 14 |
erjo@3673 | 15 DEPENDS="ocsinventory-server ocsinventory-agent ocsreports" |
pascal@12238 | 16 BUILD_DEPENDS="perl perl-dbd-mysql perl-apache-dbi perl-net-ip wget" |
erjo@3673 | 17 |
erjo@3673 | 18 # Rules to configure and make the package. |
erjo@3673 | 19 compile_rules() |
erjo@3673 | 20 { |
erjo@3673 | 21 cd $src/Apache |
erjo@3673 | 22 perl Makefile.PL && |
erjo@3673 | 23 make && |
pascal@15590 | 24 make DESTDIR=$DESTDIR install |
erjo@3673 | 25 } |
erjo@3673 | 26 |
pascal@17869 | 27 genpkg_rules() |
pascal@17869 | 28 { |
erjo@3673 | 29 mkdir $fs/usr |
erjo@3673 | 30 } |