wok view xneur-dev/receipt @ rev 19889

Up: gimp (2.8.20)
author Alexander Medvedev <devl547@gmail.com>
date Tue Apr 04 19:53:27 2017 +0000 (2017-04-04)
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 }