wok view libsieve-dev/receipt @ rev 21357

updated lilo (24.0 -> 24.2)
author Hans-G?nter Theisgen
date Sun Apr 21 10:07:03 2019 +0100 (2019-04-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 }