wok view cyrus-imapd-dev/receipt @ rev 17231
add post_install to some icon themes (for qt4)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 16 19:38:39 2014 +0000 (2014-10-16) |
parents | f6f458d4977a |
children | 9340d813aee3 |
line source
1 # SliTaz package receipt.
3 PACKAGE="cyrus-imapd-dev"
4 VERSION="2.4.16"
5 CATEGORY="development"
6 SHORT_DESC="IMAP server development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://cyrusimap.web.cmu.edu//"
10 WANTED="cyrus-imapd"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/lib* $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 }