wok annotate naim-dev/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents f7d0b4e57254
children
rev   line source
pascal@13355 1 # SliTaz package receipt.
pascal@13355 2
pascal@13355 3 PACKAGE="naim-dev"
pascal@13355 4 VERSION="0.11.8.3.2"
pascal@13355 5 CATEGORY="development"
pascal@13356 6 SHORT_DESC="A console AIM, ICQ, IRC, and Lily CMC client, development files"
pascal@13355 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pascal@13355 9 WEB_SITE="http://naim.n.ml.org/"
pascal@13355 10 WANTED="naim"
pascal@15000 11
pascal@13355 12 DEPENDS="naim"
pascal@13355 13
pascal@13355 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13355 15 genpkg_rules()
pascal@13355 16 {
pascal@13355 17 mkdir -p $fs/usr
pascal@13355 18 cp -a $install/usr/include $fs/usr
pascal@13355 19 cp -a $install/usr/share $fs/usr
pascal@13355 20 }