wok view naim-dev/receipt @ rev 13696

Add gsynaptics-0.9.16 (deprecated, but not wants gnome-settings-daemon)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 14 15:53:34 2012 +0000 (2012-12-14)
parents 1bbea9288b0c
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="naim-dev"
4 VERSION="0.11.8.3.2"
5 CATEGORY="development"
6 SHORT_DESC="A console AIM, ICQ, IRC, and Lily CMC client, development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://naim.n.ml.org/"
9 WANTED="naim"
10 DEPENDS="naim"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/share $fs/usr
18 }