wok view libsvn/receipt @ rev 8966

Removed all TARBALL, SRC_WANTED, and some BUILD_DEPENDS in wanted receipts. There not needed to be update.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 02 03:12:51 2011 +0000 (2011-03-02)
parents dbe4457e6790
children 57892f5fbcc5
line source
1 # SliTaz package receipt.
3 PACKAGE="libsvn"
4 VERSION="1.6.15"
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-ng-uuid expat zlib neon libsqlite \
9 libgnutls libcomerr libcomerr3"
10 WANTED="subversion"
11 WEB_SITE="http://subversion.tigris.org"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
19 }