wok annotate naim-dev/receipt @ rev 14129

esound: recook using existing upgraded audiofile-1 instead of absent old audiofile-0
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 10:12:51 2013 +0000 (2013-02-28)
parents 1bbea9288b0c
children 380ffe05937a
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@13355 8 WEB_SITE="http://naim.n.ml.org/"
pascal@13355 9 WANTED="naim"
pascal@13355 10 DEPENDS="naim"
pascal@13355 11
pascal@13355 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13355 13 genpkg_rules()
pascal@13355 14 {
pascal@13355 15 mkdir -p $fs/usr
pascal@13355 16 cp -a $install/usr/include $fs/usr
pascal@13355 17 cp -a $install/usr/share $fs/usr
pascal@13355 18 }