summaryrefslogtreecommitdiff
path: root/unmaintained/strata/openstack-services/tftp-hpa.morph
blob: b8fab45181309a6fe635410cd9205edb8119b144 (plain)
1
2
3
4
5
6
7
8
9
10
name: tftp-hpa
build-system: autotools
kind: chunk
configure-commands:
# There is an autogen.sh script in the tree which doesn't work,
# so the default commands don't work here.
- autoreconf -ivf
- ./configure --prefix="%{prefix}"
install-commands:
- make INSTALLROOT="$DESTDIR" install