wok-current diff subversion-dev/receipt @ rev 8865
Fix: gcompris build depends
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Feb 26 05:05:54 2011 +0100 (2011-02-26) |
parents | a790563bc7d3 |
children | 129bb5b11a7e |
line diff
1.1 --- a/subversion-dev/receipt Wed Nov 24 18:02:40 2010 +0000 1.2 +++ b/subversion-dev/receipt Sat Feb 26 05:05:54 2011 +0100 1.3 @@ -7,12 +7,14 @@ 1.4 MAINTAINER="lehswe@gmail.com" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://subversion.tigris.org" 1.7 +DEPENDS="libsvn" 1.8 WANTED="subversion" 1.9 1.10 # Rules to gen a SliTaz package suitable for Tazpkg. 1.11 genpkg_rules() 1.12 { 1.13 mkdir -p $fs/usr/lib 1.14 + 1.15 cp -a $_pkg/usr/include $fs/usr 1.16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.17 }