wok view perdition-dev/receipt @ rev 17229

Up: pcmanfm & libfm (1.2.3)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 16 14:56:42 2014 +0000 (2014-10-16)
parents 28148b876a49
children 9689f1b75619
line source
1 # SliTaz package receipt.
3 PACKAGE="perdition-dev"
4 VERSION="1.17.1"
5 CATEGORY="development"
6 SHORT_DESC="IMAP/POP proxy development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.vergenet.net/linux/perdition"
10 DEPENDS="perdititon"
11 WANTED="perdition"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.a $fs/usr/lib
18 }