wok view libesmtp-dev/receipt @ rev 12149

dovecot: fix depends
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Mar 15 00:09:31 2012 +0100 (2012-03-15)
parents 00b0f1a6f8a1
children 4904e3d374a9
line source
1 # SliTaz package receipt.
3 PACKAGE="libesmtp-dev"
4 VERSION="1.0.6"
5 CATEGORY="development"
6 SHORT_DESC="Lesmpt headers files."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.stafford.uklinux.net/libesmtp/"
9 WANTED="libesmtp"
11 DEPENDS="libesmtp"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir $fs/usr
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/bin $fs/usr
20 cp -a $install/usr/lib $fs/usr
22 find $fs -name "*.so*" -exec rm -f {} \;
24 }