wok-6.x annotate xruskb/receipt @ rev 23837
Up freetype (2.10.2), git (2.26.2), glpi (9.4.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 01 10:44:24 2020 +0000 (2020-06-01) |
parents | eb8067417980 |
children | 922f061231c2 |
rev | line source |
---|---|
pankso@1119 | 1 # SliTaz package receipt |
pankso@1119 | 2 |
pankso@1119 | 3 PACKAGE="xruskb" |
pankso@1119 | 4 VERSION="1.15.4" |
pankso@1119 | 5 CATEGORY="x-window" |
pankso@1119 | 6 SHORT_DESC="Keyboard switcher for russian/czech" |
pankso@1119 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
pankso@1119 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@20679 | 10 WEB_SITE="https://github.com/lavv17/xruskb" |
pankso@1119 | 11 WGET_URL="http://ftp.yars.free.net/pub/source/xruskb/$TARBALL" |
pankso@1119 | 12 |
pascal@10458 | 13 DEPENDS="lesstif freetype xorg-libXp xorg-libXmu" |
pascal@10458 | 14 BUILD_DEPENDS="xorg-libXp-dev xorg-libXmu-dev lesstif-dev" |
pascal@10458 | 15 |
pankso@1119 | 16 # Rules to configure and make the package. |
pankso@1119 | 17 compile_rules() |
pankso@1119 | 18 { |
pankso@1119 | 19 cd $src |
pankso@1119 | 20 ./configure \ |
pankso@1119 | 21 --prefix=/usr \ |
pankso@1119 | 22 --mandir=/usr/share/man \ |
pascal@5008 | 23 $CONFIGURE_ARGS && |
pascal@5008 | 24 make && |
pascal@15579 | 25 make DESTDIR=$DESTDIR install |
pankso@1119 | 26 } |
pankso@1119 | 27 |
pankso@1119 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@1119 | 29 genpkg_rules() |
pankso@1119 | 30 { |
pankso@1119 | 31 mkdir -p $fs/usr/share |
pascal@15579 | 32 cp -a $install/usr/bin $fs/usr |
pascal@15579 | 33 cp -a $install/usr/share/$PACKAGE $fs/usr/share |
pankso@1119 | 34 } |