wok annotate xneur/receipt @ rev 21160

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
parents 2b654b7123d5
children 3b402e9083e1
rev   line source
al@19675 1 # SliTaz package receipt.
al@19675 2
al@19675 3 PACKAGE="xneur"
al@19675 4 VERSION="0.20.0"
al@19675 5 CATEGORY="x-window"
al@19675 6 SHORT_DESC="X Neural Switcher (Xorg based application)"
al@19675 7 MAINTAINER="al.bobylev@gmail.com"
al@19675 8 LICENSE="GPL2"
pascal@20669 9 WEB_SITE="https://xneur.ru/"
al@19675 10 CONFIG_FILES="/etc/xneur/xneurrc"
al@19675 11
al@19675 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19675 13 WGET_URL="https://github.com/AndrewCrewKuznetsov/xneur-devel/blob/master/dists/\
al@19675 14 $VERSION/xneur_$VERSION.orig.tar.gz?raw=true"
al@19675 15
al@19675 16 DEPENDS="enchant gstreamer libnotify xorg-libXtst xosd procps"
al@19675 17 BUILD_DEPENDS="xorg-libX11-dev intltool gettext perl zlib-dev gstreamer-dev \
al@19675 18 pcre-dev enchant-dev xosd-dev gtk+-dev libnotify-dev"
al@19675 19
al@19675 20 # Rules to configure and make the package.
al@19675 21 compile_rules()
al@19675 22 {
al@19675 23 ./configure \
al@19675 24 -sysconfdir=/etc \
al@19675 25 $CONFIGURE_ARGS &&
al@19675 26 make && make install
al@19675 27 }
al@19675 28
al@19675 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19675 30 genpkg_rules()
al@19675 31 {
al@19675 32 cook_copy_files xneur xneurrc *.so* *.mo dictionary proto proto3 *.wav
al@19675 33 cook_copy_icons
al@19675 34 }