Added patch-2.5.4 template and make xbps-base-chroot depend on it.
--HG-- extra : convert_revision : 42488dbcbc44425f1148c5fe114bd9eda88399f8
This commit is contained in:
parent
34084d3e92
commit
4cf232d417
2 changed files with 18 additions and 2 deletions
16
templates/patch.tmpl
Normal file
16
templates/patch.tmpl
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'patch'
|
||||
pkgname=patch
|
||||
version=2.5.4
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Patch files using diff output"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=dd2fc5a745bfca5450d13d7032fdc47ab102514aae3efb3fe334a6eff87df799
|
||||
long_desc="
|
||||
'patch' takes a patch file containing a difference listing
|
||||
produced by diff and applies those differences to one or
|
||||
more original files, producing patched versions.
|
||||
|
||||
This is the GPL version from the Free Software Foundation."
|
||||
|
||||
run_depends="glibc-2.8"
|
|
@ -8,6 +8,6 @@ long_desc="
|
|||
This package installs all necessary packages to be able to build packages
|
||||
inside of a chroot and continue installing them."
|
||||
|
||||
build_depends="glibc-2.8 bash-3.2 coreutils-6.12 sed-4.1.5 make-3.81
|
||||
build_depends="glibc-2.8 linux-headers-2.6.27.3 bash-3.2 coreutils-6.12
|
||||
tar-1.20 bzip2-1.0.5 gzip-1.3.12 gawk-3.1.6 grep-2.5.3 findutils-4.4.0
|
||||
diffutils-2.8.1 file-4.26 proplib-0.1 linux-headers-2.6.27.3"
|
||||
sed-4.1.5 make-3.81 diffutils-2.8.1 file-4.26 proplib-0.1 patch-2.5.4"
|
||||
|
|
Loading…
Reference in a new issue