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

name=rpcsvc-proto
version=1.4.4

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

build() {
cd $name-$version
autoreconf -fi

./configure --sysconfdir=/etc

make
make DESTDIR=$PKG install
}
