wok diff ocsinventory/receipt @ rev 17387
mygestures: remove invisible symbols from description
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 27 13:42:41 2014 +0200 (2014-11-27) |
parents | f1c90c0c506d |
children | d3eb5f4b53ea |
line diff
1.1 --- a/ocsinventory/receipt Mon Apr 09 15:12:22 2012 +0200 1.2 +++ b/ocsinventory/receipt Thu Nov 27 13:42:41 2014 +0200 1.3 @@ -5,14 +5,15 @@ 1.4 CATEGORY="meta" 1.5 SHORT_DESC="Automated inventory and deployement system." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 SOURCE="OCSNG_UNIX_SERVER" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.ocsinventory-ng.org/" 1.11 WGET_URL="https://launchpad.net/ocsinventory-server/stable-2.0/$VERSION/+download/$TARBALL" 1.12 +TAGS="system administration" 1.13 + 1.14 DEPENDS="ocsinventory-server ocsinventory-agent ocsreports" 1.15 BUILD_DEPENDS="perl perl-dbd-mysql perl-apache-dbi perl-net-ip wget" 1.16 -TAGS="system administration" 1.17 - 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -20,7 +21,7 @@ 1.22 cd $src/Apache 1.23 perl Makefile.PL && 1.24 make && 1.25 - make DESTDIR=$PWD/../_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 genpkg_rules() {