wok-next annotate xruskb/receipt @ rev 21403

updated php again (7.4.4 -> 7.4.5)
author Hans-G?nter Theisgen
date Tue Apr 21 10:28:30 2020 +0100 (2020-04-21)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pankso@1119 2
pankso@1119 3 PACKAGE="xruskb"
pankso@1119 4 VERSION="1.15.4"
pankso@1119 5 CATEGORY="x-window"
al@21020 6 SHORT_DESC="Keyboard switcher for Russian/Czech"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://github.com/lavv17/xruskb"
al@21020 10
pankso@1119 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@1119 12 WGET_URL="http://ftp.yars.free.net/pub/source/xruskb/$TARBALL"
pankso@1119 13
al@21078 14 BUILD_DEPENDS="libxp-dev libxmu-dev lesstif-dev"
pascal@10458 15
al@21020 16 compile_rules() {
pankso@1119 17 ./configure \
pankso@1119 18 --prefix=/usr \
pankso@1119 19 --mandir=/usr/share/man \
pascal@5008 20 $CONFIGURE_ARGS &&
pascal@5008 21 make &&
al@21020 22 make DESTDIR=$install install
pankso@1119 23 }
pankso@1119 24
al@21020 25 genpkg_rules() {
al@21020 26 copy @std
al@21078 27 DEPENDS="lesstif freetype libxp libxmu"
pankso@1119 28 }