wok view libsvn/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents 5a5c66b1844c
children 8d6f480bf664
line source
1 # SliTaz package receipt.
3 PACKAGE="libsvn"
4 VERSION="1.7.10"
5 CATEGORY="system-tools"
6 SHORT_DESC="Subversion Source Code Management access"
7 MAINTAINER="lehswe@gmail.com"
8 DEPENDS="apr libsasl libssl libkrb5 util-linux-uuid expat zlib neon libsqlite \
9 libgnutls libcomerr libcomerr3"
10 WANTED="subversion"
11 WEB_SITE="http://subversion.tigris.org"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.so* $fs/usr/lib
18 }