summaryrefslogtreecommitdiff
path: root/repo/core/sed.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/sed.xibuild')
-rw-r--r--repo/core/sed.xibuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/repo/core/sed.xibuild b/repo/core/sed.xibuild
deleted file mode 100644
index 0384f6c..0000000
--- a/repo/core/sed.xibuild
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-DEPS=(glibc acl attr)
-
-SOURCE=https://ftp.gnu.org/gnu/sed/sed-4.8.tar.xz
-DESC="GNU stream editor"
-
-build () {
- ./configure --prefix=/usr
- make
- make html
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-
- install -d -m755 $PKG_DEST/usr/share/doc/sed-4.8
- install -m644 doc/sed.html $PKG_DEST/usr/share/doc/sed-4.8
-}