wok view perdition-dev/receipt @ rev 13026

barnyard2, gnome-keyring-dev, python-vte: fix category
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:41:52 2012 +0200 (2012-06-11)
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 }