wok annotate xbm2xface/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
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 }