summaryrefslogtreecommitdiff
path: root/repo/util/base64.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/base64.xibuild')
-rw-r--r--repo/util/base64.xibuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/repo/util/base64.xibuild b/repo/util/base64.xibuild
deleted file mode 100644
index ead717f..0000000
--- a/repo/util/base64.xibuild
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="musl"
-
-PKG_VER=1.5
-
-SOURCE=https://www.fourmilab.ch/webtools/base64/base64-$PKG_VER.tar.gz
-DESC="A utility to encode and decode files in base64"
-
-build () {
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-check () {
- make check
-}
-
-
-package () {
- install -d $PKG_DEST/usr/bin
- install -d $PKG_DEST/usr/share/man/man1
- make DESTDIR=$PKG_DEST install
-}
-
-