wok view libsieve-dev/receipt @ rev 22695

updated emacs-pkg-lua-mode (20111107 -> 20130419)
author Hans-G?nter Theisgen
date Tue Jan 21 07:09:37 2020 +0100 (2020-01-21)
parents e4096688d955
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libsieve-dev"
4 VERSION="2.3.1"
5 CATEGORY="development"
6 SHORT_DESC="A library for parsing, sorting and filtering your mail, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/sodabrew/libsieve"
10 WANTED="libsieve"
12 DEPENDS="libsieve pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }