mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-09 07:32:35 +01:00
42 lines
936 B
Plaintext
42 lines
936 B
Plaintext
# Contributor: Olliver Schinagl <oliver@schinagl.nl>
|
|
# Maintainer: Olliver Schinagl <oliver@schinagl.nl>
|
|
pkgname=open-plc-utils
|
|
pkgver="0_git20181025"
|
|
pkgrel=0
|
|
pkgdesc="Qualcomm Atheros Open Powerline Toolkit"
|
|
url="https://github.com/qca/open-plc-utils"
|
|
arch="all"
|
|
license="BSD-3-Clause-Clear"
|
|
options="suid"
|
|
subpackages="$pkgname-doc"
|
|
_githash="32408520fcebe785983a68e39ec83830a3005779"
|
|
source="https://github.com/qca/$pkgname/archive/$_githash.zip"
|
|
builddir="$srcdir/$pkgname-$_githash"
|
|
|
|
prepare()
|
|
{
|
|
default_prepare
|
|
|
|
sed -i \
|
|
-e 's|/usr/local/|/usr/|g' \
|
|
-e 's|/man/man1|/share/man/man1|g' \
|
|
"make.def"
|
|
}
|
|
|
|
build()
|
|
{
|
|
make ROOTFS="$pkgdir"
|
|
}
|
|
|
|
check()
|
|
{
|
|
make ROOTFS="$pkgdir" check
|
|
}
|
|
|
|
package()
|
|
{
|
|
make ROOTFS="$pkgdir" install manuals
|
|
}
|
|
|
|
sha512sums="cd011f6e0738093b99873a341d6a0385ff21c99e1c6d51244678b6bb616a0b9b7bdf96a5cfb81200787f5eb2537b3ee344e60fdc56a7be9ace35c39cfc59f614 32408520fcebe785983a68e39ec83830a3005779.zip"
|