wok view perdition-dev/receipt @ rev 14189
conky: up 1.9.0
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Mar 12 14:21:32 2013 -0700 (2013-03-12) |
parents | 8e44b7502050 |
children | 380ffe05937a |
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 WEB_SITE="http://www.vergenet.net/linux/perdition"
9 DEPENDS="perdititon"
10 WANTED="perdition"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.a $fs/usr/lib
17 }