wok view sylpheed-dev/receipt @ rev 12695

linux-arm-api-headers: All ARM cross tools/files in /usr/cross/arm
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 03 01:25:06 2012 +0200 (2012-05-03)
parents 1d5b9e8e347e
children b5dbd2f2ae50
line source
1 # SliTaz package receipt.
3 PACKAGE="sylpheed-dev"
4 VERSION="3.1.0"
5 CATEGORY="development"
6 SHORT_DESC="Sylpheed devel files"
7 MAINTAINER="fraazz@altern.org"
8 DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage"
9 WANTED="sylpheed"
10 WEB_SITE="http://sylpheed.sraoss.jp/en/"
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/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 }