wok diff xneur-dev/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
children a78610b2eb47
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xneur-dev/receipt	Thu Aug 03 05:22:36 2017 -0300
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xneur-dev"
     1.7 +VERSION="0.20.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="X Neural Switcher"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://xneur.ru/"
    1.13 +
    1.14 +WANTED="xneur"
    1.15 +DEPENDS="xneur pcre-dev enchant-dev glib-dev"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	cook_copy_files *.h *.a *.la *.pc
    1.21 +}