aboutsummaryrefslogtreecommitdiff
path: root/scripts/grep/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-08 23:14:10 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-08 23:14:10 -0500
commit79a4dcec2e34c5d58ab0661146ee9727452d672b (patch)
tree7ba0b1b446c048dfbc8d2050f9a1615dbbc2812f /scripts/grep/build.sh
parent477ecc69f6a8cc6a00015d21e7cb27baf59ba689 (diff)
downloadspm-79a4dcec2e34c5d58ab0661146ee9727452d672b.tar.gz
Whoosh
Diffstat (limited to 'scripts/grep/build.sh')
-rw-r--r--scripts/grep/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/grep/build.sh b/scripts/grep/build.sh
index 7d396d9..4b7ae47 100644
--- a/scripts/grep/build.sh
+++ b/scripts/grep/build.sh
@@ -5,6 +5,11 @@ revision=0
sources=(
"http://mirror.rit.edu/gnu/${name}/${name}-${version}.tar.xz"
)
+build_depends=(
+ "automake"
+ "autoconf"
+ "xz"
+)
depends=()