wok-6.x diff xneur/receipt @ rev 20368
gnupg: try these new configure options
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Jun 10 07:45:44 2018 +0000 (2018-06-10) |
parents | |
children | a78610b2eb47 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xneur/receipt Sun Jun 10 07:45:44 2018 +0000 1.3 @@ -0,0 +1,34 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xneur" 1.7 +VERSION="0.20.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="X Neural Switcher (Xorg based application)" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://xneur.ru/" 1.13 +CONFIG_FILES="/etc/xneur/xneurrc" 1.14 + 1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +WGET_URL="https://github.com/AndrewCrewKuznetsov/xneur-devel/blob/master/dists/\ 1.17 +$VERSION/xneur_$VERSION.orig.tar.gz?raw=true" 1.18 + 1.19 +DEPENDS="enchant gstreamer libnotify xorg-libXtst xosd procps" 1.20 +BUILD_DEPENDS="xorg-libX11-dev intltool gettext perl zlib-dev gstreamer-dev \ 1.21 +pcre-dev enchant-dev xosd-dev gtk+-dev libnotify-dev" 1.22 + 1.23 +# Rules to configure and make the package. 1.24 +compile_rules() 1.25 +{ 1.26 + ./configure \ 1.27 + -sysconfdir=/etc \ 1.28 + $CONFIGURE_ARGS && 1.29 + make && make install 1.30 +} 1.31 + 1.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 +genpkg_rules() 1.34 +{ 1.35 + cook_copy_files xneur xneurrc *.so* *.mo dictionary proto proto3 *.wav 1.36 + cook_copy_icons 1.37 +}