summaryrefslogtreecommitdiff
path: root/repo/util/webfs.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-10 11:59:16 +0000
committerdavidovski <david@davidovski.xyz>2022-03-10 11:59:16 +0000
commitbb499959d88da1b3937c23b5405089c907188a81 (patch)
treed9ddba6d0c8f1152c3919067a52250c6bf0759f9 /repo/util/webfs.xibuild
parent3602ce227f784f1c6233ef6ad3cd8f5ccad28e66 (diff)
added and patched broken packages
Diffstat (limited to 'repo/util/webfs.xibuild')
-rw-r--r--repo/util/webfs.xibuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/repo/util/webfs.xibuild b/repo/util/webfs.xibuild
index 5b09682..ab76812 100644
--- a/repo/util/webfs.xibuild
+++ b/repo/util/webfs.xibuild
@@ -7,11 +7,14 @@ PKG_VER=1.21
SOURCE=https://www.kraxel.org/releases/webfs/webfs-$PKG_VER.tar.gz
DESC="A simple instant server for static http content"
+prepare () {
+ mv GNUmakefile Makefile
+}
+
build() {
- ./configure --prefix=/usr
make
}
package () {
- make DESTDIR=$PKG_DEST install
+ make prefix=/usr DESTDIR=$PKG_DEST install
}