New package: chroot-gawk-4.0.0.
This commit is contained in:
parent
45e61406f1
commit
c82e0804d5
2 changed files with 26 additions and 0 deletions
3
srcpkgs/chroot-gawk/chroot-gawk.rshlibs
Normal file
3
srcpkgs/chroot-gawk/chroot-gawk.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
libdl.so.2
|
||||||
|
libm.so.6
|
||||||
|
libc.so.6
|
23
srcpkgs/chroot-gawk/template
Normal file
23
srcpkgs/chroot-gawk/template
Normal file
|
@ -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 a new issue