mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
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
|
-LD=cc
|
||||||
-LDFLAGS=
|
-LDFLAGS=
|
||||||
+LD=${CC}
|
+LD=${CC}
|
||||||
+CFLAGS+=-g -I.
|
+CFLAGS+=-I.
|
||||||
LDTAIL=
|
LDTAIL=
|
||||||
DESTROOT=/usr/local
|
DESTROOT=/usr/local
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
# Template file for 'u9fs'
|
# Template file for 'u9fs'
|
||||||
pkgname=u9fs
|
pkgname=u9fs
|
||||||
version=20161010
|
version=20210124
|
||||||
revision=1
|
revision=1
|
||||||
_commit=f900662fbd61
|
_commit=d65923fd17e8
|
||||||
wrksrc="plan9-from-bell-labs-u9fs-${_commit}"
|
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"
|
short_desc="Serves the Plan 9 protocol 9P from user-space"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="mmnmnnmnmm <mnnnm@disroot.org>"
|
||||||
license="custom"
|
license="custom:MIT-like"
|
||||||
homepage="http://plan9.bell-labs.com/magic/man2html/4/u9fs"
|
homepage="https://bitbucket.org/plan9-from-bell-labs/u9fs"
|
||||||
distfiles="https://bitbucket.org/plan9-from-bell-labs/u9fs/get/${_commit}.tar.gz"
|
distfiles="https://bitbucket.org/plan9-from-bell-labs/u9fs/get/${_commit}.tar.gz"
|
||||||
checksum=5b98b779ab29e5dd64997ac5df7b17a9c72fe1483120de297517ba0396b2c46e
|
checksum=201619c1c29bad1c9ed1bc886afe7b4965cfd0781b2296c9de87db10ba71615d
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin u9fs
|
vbin u9fs
|
||||||
|
|
Loading…
Add table
Reference in a new issue