wok-6.x view cyrus-imapd-dev/receipt @ rev 18899
Add more art from Leonardo Laporte.
SLiM themes Clean, Esperanza, Japan Art, Leaves, Montanhoso.
Openbox 3 themes Blinder, Chrommo.
Combo-theme Japanes (Openbox and GTK2).
SLiM themes Clean, Esperanza, Japan Art, Leaves, Montanhoso.
Openbox 3 themes Blinder, Chrommo.
Combo-theme Japanes (Openbox and GTK2).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 18 16:54:27 2016 +0200 (2016-02-18) |
parents | eb8067417980 |
children | aaa3fcf79cf3 |
line source
1 # SliTaz package receipt.
3 PACKAGE="cyrus-imapd-dev"
4 VERSION="2.4.17"
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 }