wok-current view xruskb/receipt @ rev 17992
Add few descriptions (from pkgs.org)
| author | Aleksej Bobylev <al.bobylev@gmail.com> | 
|---|---|
| date | Thu Apr 23 16:47:39 2015 +0300 (2015-04-23) | 
| parents | 2f973edec121 | 
| children | 6135577f4d08 | 
 line source
     1 # SliTaz package receipt
     3 PACKAGE="xruskb"
     4 VERSION="1.15.4"
     5 CATEGORY="x-window"
     6 SHORT_DESC="Keyboard switcher for russian/czech"
     7 MAINTAINER="pankso@slitaz.org"
     8 LICENSE="GPL2"
     9 TARBALL="$PACKAGE-$VERSION.tar.gz"
    10 WEB_SITE="http://www.yar.ru/~lav/programs.html"
    11 WGET_URL="http://ftp.yars.free.net/pub/source/xruskb/$TARBALL"
    13 DEPENDS="lesstif freetype xorg-libXp xorg-libXmu"
    14 BUILD_DEPENDS="xorg-libXp-dev xorg-libXmu-dev lesstif-dev"
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {	
    19 	cd $src
    20 	./configure \
    21 		--prefix=/usr \
    22 		--mandir=/usr/share/man \
    23 		$CONFIGURE_ARGS &&
    24 	make &&
    25 	make DESTDIR=$DESTDIR install
    26 }
    28 # Rules to gen a SliTaz package suitable for Tazpkg.
    29 genpkg_rules()
    30 {
    31 	mkdir -p $fs/usr/share
    32 	cp -a $install/usr/bin $fs/usr
    33 	cp -a $install/usr/share/$PACKAGE $fs/usr/share	
    34 }