wok view sylpheed-dev/receipt @ rev 15002

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 21:12:16 2013 +0000 (2013-08-10)
parents b5dbd2f2ae50
children 12f827acfc48
line source
1 # SliTaz package receipt.
3 PACKAGE="sylpheed-dev"
4 VERSION="3.3.0"
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 }