wok view libevent-dev/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 5287b073ee95
children 6c3718ca17b6
line source
1 # SliTaz package receipt.
3 PACKAGE="libevent-dev"
4 VERSION="2.0.17"
5 CATEGORY="development"
6 SHORT_DESC="An event notification library."
7 MAINTAINER="0dddba11@googlemail.com"
8 DEPENDS="libevent"
9 WANTED="libevent"
10 WEB_SITE="http://libevent.org"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 }