mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
chroot-gawk: provides/replaces awk.
This commit is contained in:
parent
c06d1e4d85
commit
6d50c8b5f8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-gawk'
|
# Template file for 'chroot-gawk'
|
||||||
pkgname=chroot-gawk
|
pkgname=chroot-gawk
|
||||||
version=4.0.0
|
version=4.0.0
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="gawk-${version}"
|
wrksrc="gawk-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
|
configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
|
||||||
|
@ -13,8 +13,8 @@ distfiles="http://ftp.gnu.org/gnu/gawk/gawk-$version.tar.gz"
|
||||||
checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5
|
checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="gawk>=0"
|
provides="awk-0_1"
|
||||||
provides="gawk-${version}_${revision}"
|
replaces="awk>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
|
Loading…
Add table
Reference in a new issue