wok view samba-common/receipt @ rev 6466
Fixed libwebkit. Added --enable-jit=yes and remove --enable-svg=no. Svg is need in parts of libwebkit cause some header files are used only if its enabled.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Sep 29 19:28:53 2010 +0000 (2010-09-29) |
parents | 98641292c1d0 |
children | 7157da8f2285 |
line source
1 # SliTaz package receipt.
3 PACKAGE="samba-common"
4 VERSION="3.5.5"
5 CATEGORY="network"
6 SHORT_DESC="File and print services with SMB/CIFS, client side."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://samba.org/"
9 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \
10 libcomerr3 libkrb5 attr"
11 WANTED="samba"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=${file%/*}
18 [ -d $fs$dir ] || mkdir -p $fs$dir
19 cp -a $_pkg$file $fs$dir
20 done < $src/$PACKAGE.files-list
21 }