wok annotate xbm2xface/receipt @ rev 14468

add tidy; up bc 1.06.95, tidy receipt; add compface* & xbm2xface; add cacerts [ looking current BLFS book (2013-04-27) ]
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 01 01:06:46 2013 +0000 (2013-05-01)
parents
children
rev   line source
al@14468 1 # SliTaz package receipt.
al@14468 2
al@14468 3 PACKAGE="xbm2xface"
al@14468 4 VERSION="1.5.2"
al@14468 5 CATEGORY="utilities"
al@14468 6 SHORT_DESC="Compface utility xbm2xface"
al@14468 7 MAINTAINER="al.bobylev@gmail.com"
al@14468 8 LICENSE="MIT"
al@14468 9 WEB_SITE="http://freecode.com/projects/compface"
al@14468 10
al@14468 11 DEPENDS="compface perl"
al@14468 12 WANTED="compface"
al@14468 13
al@14468 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14468 15 genpkg_rules()
al@14468 16 {
al@14468 17 mkdir -p $fs/usr/bin
al@14468 18 install -Dm755 $src/xbm2xface.pl $fs/usr/bin
al@14468 19 }