u9fs: update to 20210124
This commit is contained in:
parent
8447d4ec81
commit
1fa8b42221
2 changed files with 9 additions and 12 deletions
|
@ -8,7 +8,6 @@
|
|||
-LD=cc
|
||||
-LDFLAGS=
|
||||
+LD=${CC}
|
||||
+CFLAGS+=-g -I.
|
||||
+CFLAGS+=-I.
|
||||
LDTAIL=
|
||||
DESTROOT=/usr/local
|
||||
|
||||
|
|
|
@ -1,19 +1,17 @@
|
|||
# Template file for 'u9fs'
|
||||
pkgname=u9fs
|
||||
version=20161010
|
||||
version=20210124
|
||||
revision=1
|
||||
_commit=f900662fbd61
|
||||
_commit=d65923fd17e8
|
||||
wrksrc="plan9-from-bell-labs-u9fs-${_commit}"
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
short_desc="Serves the Plan 9 protocol 9P from user-space"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="custom"
|
||||
homepage="http://plan9.bell-labs.com/magic/man2html/4/u9fs"
|
||||
maintainer="mmnmnnmnmm <mnnnm@disroot.org>"
|
||||
license="custom:MIT-like"
|
||||
homepage="https://bitbucket.org/plan9-from-bell-labs/u9fs"
|
||||
distfiles="https://bitbucket.org/plan9-from-bell-labs/u9fs/get/${_commit}.tar.gz"
|
||||
checksum=5b98b779ab29e5dd64997ac5df7b17a9c72fe1483120de297517ba0396b2c46e
|
||||
|
||||
do_build() {
|
||||
make
|
||||
}
|
||||
checksum=201619c1c29bad1c9ed1bc886afe7b4965cfd0781b2296c9de87db10ba71615d
|
||||
|
||||
do_install() {
|
||||
vbin u9fs
|
||||
|
|
Loading…
Reference in a new issue