wok-6.x view subversion-dev/receipt @ rev 17300
Update weechat to 1.0.1 (needs further testing, if unstable somehow then
downgrade to at most 0.4.3).
downgrade to at most 0.4.3).
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 23:27:48 2014 +0100 (2014-10-30) |
parents | 8d6f480bf664 |
children | 185229bcc44f |
line source
1 # SliTaz package receipt.
3 PACKAGE="subversion-dev"
4 VERSION="1.8.5"
5 CATEGORY="development"
6 SHORT_DESC="Subversion Source Code Management accessdev files"
7 MAINTAINER="lehswe@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="http://subversion.tigris.org"
10 WANTED="subversion"
12 DEPENDS="libsvn"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 }