git: update to 1.6.5, add -perl subpkg.
--HG-- extra : convert_revision : b3222bebfca2954acab610020b3a77146185f326
This commit is contained in:
parent
e8a48449fa
commit
0f6414c3d6
3 changed files with 25 additions and 3 deletions
1
templates/git-perl
Symbolic link
1
templates/git-perl
Symbolic link
|
@ -0,0 +1 @@
|
|||
git
|
18
templates/git/perl.template
Normal file
18
templates/git/perl.template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'git-perl'.
|
||||
#
|
||||
short_desc="${sourcepkg} perl bindings"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the Perl bindings."
|
||||
|
||||
noarch=yes
|
||||
Add_dependency run git
|
||||
Add_dependency run perl
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mkdir -p ${DESTDIR}/usr/share/man
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/perl5 ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||
}
|
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'git".
|
||||
pkgname=git
|
||||
version=1.6.4.4
|
||||
version=1.6.5
|
||||
distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-shell=/bin/sh --with-curl --with-expat --without-tcltk"
|
||||
short_desc="GIT Tree History Storage Tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=fc7e4d6c4172c62c93d5e974019f7193b03c8bc0a1c6f3a9fcc1d0928b808d7a
|
||||
checksum=377962fe1176a36030ca450d801fe745adc88a69bbba69d76d48e141d0147f92
|
||||
long_desc="
|
||||
GIT is a \"directory content manager\" designed to handle absolutely massive
|
||||
projects with speed and efficiency, and the release of the 2.6.12 (and later)
|
||||
|
@ -18,8 +18,11 @@ long_desc="
|
|||
GIT working directory is a full-fledged repository with full revision tracking
|
||||
capabilities, not dependent on network access to a central server."
|
||||
|
||||
subpackages="perl"
|
||||
Add_dependency full glibc
|
||||
Add_dependency full zlib
|
||||
Add_dependency full expat
|
||||
Add_dependency full perl
|
||||
Add_dependency full openssl
|
||||
Add_dependency build perl
|
||||
Add_dependency build curl
|
||||
Add_dependency run curl-libs
|
||||
|
|
Loading…
Reference in a new issue