wok view postfix-mysql/receipt @ rev 20926
updated fltk, fltk-blocks, fltk-checkers, fltk-colbrowser, fltk-dev, fltk-editor, and fltk-sudoku (1.3.3 -> 1.3.4.2)
author | Hans-Günter Theisgen |
---|---|
date | Sat Mar 02 13:00:42 2019 +0100 (2019-03-02) |
parents | db32e5b5d3e5 |
children | 8b06244cfb19 |
line source
1 # SliTaz package receipt.
3 PACKAGE="postfix-mysql"
4 VERSION="3.2.0"
5 CATEGORY="network"
6 SHORT_DESC="MySQL support for Postfix."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://www.postfix.org/"
10 WANTED="postfix"
12 DEPENDS="postfix libmysqlclient"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/postfix/
18 cp -a $src/src/global/dict_mysql.o $fs/usr/lib/postfix
19 }