File PKGBUILD of Package SlapOS-Node
# Maintainer: Thomas Gambier <thomas.gambier@nexedi.com>
pkgname=slapos-node
pkgver=1.20.0+1.0.463+1
pkgdesc="Slapos node"
pkgrel=1
arch=('x86_64' 'i686')
url="http://www.slapos.org"
license=('GPL')
depends=(awk iptables iproute2 procps)
makedepends=(patch chrpath inetutils python3)
install='slapos-node.install'
source=(sn_${pkgver}.tar.gz)
md5sums=(2e531705bce47c52d222111d1676a682)
build() {
cd "${srcdir}/sn_${pkgver}"
make
}
package() {
cd "${srcdir}/sn_${pkgver}"
make DESTDIR="$pkgdir/" install
}