21 lines
711 B
Bash
21 lines
711 B
Bash
# Template file for 'iprutils'
|
|
pkgname=iprutils
|
|
version=2.4.17.1
|
|
revision=1
|
|
archs="ppc64*"
|
|
build_style=gnu-configure
|
|
configure_args="--without-systemd"
|
|
makedepends="ncurses-devel zlib-devel"
|
|
short_desc="Userspace support for IBM Power Linux RAID SCSI driver"
|
|
maintainer="q66 <daniel@octaforge.org>"
|
|
license="CPL-1.0"
|
|
homepage="https://sourceforge.net/projects/iprdd"
|
|
distfiles="${SOURCEFORGE_SITE}/iprdd/${pkgname}-${version}.tar.gz"
|
|
checksum=f4e93400d670a962378316bc5b8cd5720225a9b9709802db8989f0cbf5d89071
|
|
|
|
post_install() {
|
|
# move bash completion into the correct dir
|
|
vmkdir usr/share/bash-completion/completions
|
|
mv ${DESTDIR}/etc/bash_completion.d/* \
|
|
${DESTDIR}/usr/share/bash-completion/completions
|
|
}
|