mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
quilt: correct dependency, use real awk/column
This commit is contained in:
parent
f3126be3e5
commit
dba2b8aa65
1 changed files with 7 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
||||||
# Template file for 'quilt'
|
# Template file for 'quilt'
|
||||||
pkgname=quilt
|
pkgname=quilt
|
||||||
version=0.66
|
version=0.66
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-rpmbuild"
|
configure_args="--without-rpmbuild --with-bash=/bin/bash"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
depends="patch"
|
# quilt is a bash script.
|
||||||
|
# All quilt's users use quilt-refresh, which requires perl
|
||||||
|
depends="patch perl bash"
|
||||||
short_desc="Tool for Working with Many Patches"
|
short_desc="Tool for Working with Many Patches"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
@ -18,4 +20,6 @@ do_install() {
|
||||||
|
|
||||||
vmkdir usr/share/bash-completion/completions
|
vmkdir usr/share/bash-completion/completions
|
||||||
mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
||||||
|
# For sanity
|
||||||
|
rm -f ${DESTDIR}/usr/share/quilt/compat/{awk,bash,column}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue