summaryrefslogtreecommitdiff
path: root/xibuilds/tar.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-10-06 17:18:43 +0100
committerdavidovski <david@davidovski.xyz>2021-10-06 17:18:43 +0100
commitc25b6890891c7ef34e129c8c54efdf2993234aa0 (patch)
treeefce372f0cfbcdb2e4285ef65191cbbf1e3146e1 /xibuilds/tar.xibuild
parentd4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 (diff)
moved xibuilds to another repo
Diffstat (limited to 'xibuilds/tar.xibuild')
-rw-r--r--xibuilds/tar.xibuild13
1 files changed, 0 insertions, 13 deletions
diff --git a/xibuilds/tar.xibuild b/xibuilds/tar.xibuild
deleted file mode 100644
index 829d6d2..0000000
--- a/xibuilds/tar.xibuild
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-DEPS=(glibc)
-
-SOURCE=https://git.savannah.gnu.org/git/tar.git
-
-build () {
- ./bootstrap
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG_DEST install
-}
-