wok view xneur/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents 2b654b7123d5
children 3b402e9083e1
line source
1 # SliTaz package receipt.
3 PACKAGE="xneur"
4 VERSION="0.20.0"
5 CATEGORY="x-window"
6 SHORT_DESC="X Neural Switcher (Xorg based application)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://xneur.ru/"
10 CONFIG_FILES="/etc/xneur/xneurrc"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/AndrewCrewKuznetsov/xneur-devel/blob/master/dists/\
14 $VERSION/xneur_$VERSION.orig.tar.gz?raw=true"
16 DEPENDS="enchant gstreamer libnotify xorg-libXtst xosd procps"
17 BUILD_DEPENDS="xorg-libX11-dev intltool gettext perl zlib-dev gstreamer-dev \
18 pcre-dev enchant-dev xosd-dev gtk+-dev libnotify-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./configure \
24 -sysconfdir=/etc \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cook_copy_files xneur xneurrc *.so* *.mo dictionary proto proto3 *.wav
33 cook_copy_icons
34 }