wok view sylpheed-dev/receipt @ rev 8339

Fix: screen need -j1 to install
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 02 05:18:27 2011 +0100 (2011-02-02)
parents aa114bc3d0e1
children 0f91a813fe71
line source
1 # SliTaz package receipt.
3 PACKAGE="sylpheed-dev"
4 VERSION="3.0.3"
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 }