wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="xneur-dev"
4 VERSION="0.20.0"
5 CATEGORY="development"
6 SHORT_DESC="X Neural Switcher"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://xneur.ru/"
11 WANTED="xneur"
12 DEPENDS="xneur pcre-dev enchant-dev glib-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files *.h *.a *.la *.pc
18 }