wok diff tazbug/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents faf865f8822c
children ab43b9f8e081
line diff
     1.1 --- a/tazbug/receipt	Tue Jan 17 17:38:43 2017 +0200
     1.2 +++ b/tazbug/receipt	Thu Aug 03 05:22:36 2017 -0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazbug"
     1.7 -VERSION="95"
     1.8 +VERSION="2.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="SliTaz Bug Tracker - Client side tools"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -18,7 +18,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	make && make DESTDIR=$DESTDIR install
    1.17 +	make && make install
    1.18  }
    1.19  
    1.20  genpkg_rules()