wok view claws-mail-dev/receipt @ rev 7315

Added openal to openal-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 17 17:45:48 2010 +0000 (2010-11-17)
parents 1a5e4f717f59
children a54ee7acbfc3
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-dev"
4 VERSION="3.7.6"
5 CATEGORY="development"
6 SHORT_DESC="The user-firendly, lightweight and fast email client dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="claws-mail gtk+-dev libetpan-dev"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.claws-mail.org/index.php"
11 WANTED="claws-mail"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/$WANTED/plugins
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib/
20 }