wok-next view xruskb/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }