2020-08-10 17:32:31 +00:00
|
|
|
# Description: rpcsvc proto.x files from glibc
|
2021-12-14 10:42:51 +01:00
|
|
|
# URL: https://github.com/thkukuk/rpcsvc-proto
|
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
2020-08-10 17:32:31 +00:00
|
|
|
|
|
|
|
name=rpcsvc-proto
|
2023-05-12 12:51:15 +02:00
|
|
|
version=1.4.4
|
2020-08-10 17:32:31 +00:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/thkukuk/$name/releases/download/v$version/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2021-12-14 10:42:51 +01:00
|
|
|
./configure --prefix=/usr
|
2020-08-10 17:32:31 +00:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|