New package: chroot-gawk-4.0.0.
This commit is contained in:
parent
45e61406f1
commit
c82e0804d5
|
@ -0,0 +1,3 @@
|
|||
libdl.so.2
|
||||
libm.so.6
|
||||
libc.so.6
|
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'chroot-gawk'
|
||||
pkgname=chroot-gawk
|
||||
version=4.0.0
|
||||
wrksrc="gawk-${version}"
|
||||
homepage="http://www.gnu.org/directory/GNU/gawk.html"
|
||||
distfiles="http://ftp.gnu.org/gnu/gawk/gawk-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-nls --without-readline"
|
||||
short_desc="The GNU awk utility -- for xbps-src use"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5
|
||||
long_desc="
|
||||
The GNU AWK utility, a pattern scanning and processing tool.
|
||||
|
||||
This package is only meant to be used by xbps-src, don't install it manually."
|
||||
|
||||
bootstrap=yes
|
||||
conflicts="gawk>=0"
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share
|
||||
}
|
Loading…
Reference in New Issue