rpcsvc-proto: syntax

This commit is contained in:
Tim Biermann 2021-12-14 10:42:51 +01:00
parent 16a35765e2
commit d4a2367af7
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/bXI5EXBl+6eVJPYWPVEU3rxv+825EvA92aYBFT/gxt0n0F4ocjynoGfVFQUIAZVFjKrwZkX5K+POOCa5lqlGAU= RWSE3ohX2g5d/fxP/9YlUFjoGY1TjAPy+0Nlq6/XIu45LPFXmiXpDz467ykMUf76UgfwblehEMrRdp9VfwTBv7H4s60Y5x8nGgc=
SHA256 (Pkgfile) = 332124fd73c5028f44cf7457a5f491dd4a9cc970970d1d19cef774486891cc3c SHA256 (Pkgfile) = f4ad007d7d7ccdabb68b3b3838ad384419bde0a883d8c9e16ee4c885660eb8d6
SHA256 (.footprint) = 32eb61e7ba81492c68950b91e0c922c916e5c5fb969725b3b9ba89f19cfbef2e SHA256 (.footprint) = 32eb61e7ba81492c68950b91e0c922c916e5c5fb969725b3b9ba89f19cfbef2e
SHA256 (rpcsvc-proto-1.4.2.tar.xz) = 678851b9f7ddf4410d2859c12016b65a6dd1a0728d478f18aeb54d165352f17c SHA256 (rpcsvc-proto-1.4.2.tar.xz) = 678851b9f7ddf4410d2859c12016b65a6dd1a0728d478f18aeb54d165352f17c

View File

@ -1,6 +1,6 @@
# Description: rpcsvc proto.x files from glibc # Description: rpcsvc proto.x files from glibc
# URL: https://github.com/thkukuk/rpcsvc-proto # URL: https://github.com/thkukuk/rpcsvc-proto
# Maintainer: CRUX System Team, core-ports at crux dot nu # Maintainer: CRUX System Team, core-ports at crux dot nu
name=rpcsvc-proto name=rpcsvc-proto
version=1.4.2 version=1.4.2
@ -10,7 +10,7 @@ source=(https://github.com/thkukuk/$name/releases/download/v$version/$name-$vers
build() { build() {
cd $name-$version cd $name-$version
autoreconf -fi autoreconf -fi
./configure --prefix=/usr ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }