wok view perdition-dev/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents c7a23f0fad68
children c3a6f662a1c1
line source
1 # SliTaz package receipt.
3 PACKAGE="perdition-dev"
4 VERSION="2.2"
5 CATEGORY="development"
6 SHORT_DESC="Fully featured POP3 and IMAP4 proxy server - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.vergenet.net/linux/perdition"
11 DEPENDS="perdition"
12 WANTED="perdition"
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/lib/*.a $fs/usr/lib
19 }