description="Contains the rcpsvc protocol.x files and headers"
packager="Grat-OS Team"

name=rpcsvc-proto
version=1.4.4

PKGMK_KEEP_SOURCES="no"

source=(https://github.com/thkukuk/rpcsvc-proto/archive/v$version.tar.gz)

build() {
  cd $name-$version

  which xz

  autoreconf -fiv

  ./configure --sysconfdir=/etc

  make
  make DESTDIR=$PKG install
}
