New package: chroot-diffutils-3.2.
This commit is contained in:
parent
e13e9d863b
commit
bb0ee9cf55
2 changed files with 27 additions and 0 deletions
2
srcpkgs/chroot-diffutils/chroot-diffutils.rshlibs
Normal file
2
srcpkgs/chroot-diffutils/chroot-diffutils.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libc.so.6
|
||||
librt.so.1
|
25
srcpkgs/chroot-diffutils/template
Normal file
25
srcpkgs/chroot-diffutils/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'chroot-diffutils'
|
||||
pkgname=chroot-diffutils
|
||||
version=3.2
|
||||
wrksrc="diffutils-${version}"
|
||||
distfiles="${GNU_SITE}/$pkgname/diffutils-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
short_desc="The GNU diff utilities -- for xbps-src use"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/diffutils"
|
||||
license="GPL-3"
|
||||
checksum=ab4fb75d0ef35f3c8c9a148cd3526ba6f4db71d10467a041eb45006436079149
|
||||
long_desc="
|
||||
Diffutils contains the GNU diff, diff3, sdiff, and cmp utilities. Their
|
||||
features are a superset of the Unix features and they are significantly
|
||||
faster. Cmp has been moved into this package from the GNU textutils package.
|
||||
These programs are usually used for creating patch files.
|
||||
|
||||
This package is only meant to be used by xbps-src, don't install it manually."
|
||||
|
||||
bootstrap=yes
|
||||
conflicts="diffutils>=0"
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share
|
||||
}
|
Loading…
Reference in a new issue