wok-next view xruskb/receipt @ rev 21497

updated aspell (0.60.6.1 -> 0.60.8)
author Hans-G?nter Theisgen
date Thu Jun 18 21:38:10 2020 +0100 (2020-06-18)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xruskb"
4 VERSION="1.15.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Keyboard switcher for Russian/Czech"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/lavv17/xruskb"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ftp.yars.free.net/pub/source/xruskb/$TARBALL"
14 BUILD_DEPENDS="libxp-dev libxmu-dev lesstif-dev"
16 compile_rules() {
17 ./configure \
18 --prefix=/usr \
19 --mandir=/usr/share/man \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="lesstif freetype libxp libxmu"
28 }