wok-next view sylpheed-dev/receipt @ rev 19884

libxklavier: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 07 14:53:11 2017 +0200 (2017-10-07)
parents 7896f0694ef6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="sylpheed-dev"
4 VERSION="3.5.1"
5 CATEGORY="development"
6 SHORT_DESC="Sylpheed devel files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="sylpheed"
10 WEB_SITE="http://sylpheed.sraoss.jp/en/"
12 DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 }