Update base-system and dep. pkgs for new rshlib thing

This commit is contained in:
davehome
2011-11-12 05:01:02 +00:00
parent cc660ea670
commit accb1ff0d6
422 changed files with 1208 additions and 696 deletions

7
srcpkgs/git/git.rshlibs Normal file
View File

@@ -0,0 +1,7 @@
libz.so.1
libcrypto.so.1
libpthread.so.0
libc.so.6
libcurl.so.4
libssl.so.1
libexpat.so.1

View File

@@ -3,6 +3,7 @@ pkgname=git
version=1.7.7.3
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
#distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2"
revision=1
short_desc="GIT Tree History Storage Tool"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://git-scm.com/"
@@ -20,11 +21,6 @@ long_desc="
capabilities, not dependent on network access to a central server."
subpackages="git-docs git-perl git-python"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run expat
Add_dependency run libssl
Add_dependency run libcurl
Add_dependency build asciidoc
Add_dependency build xmlto