diff options
Diffstat (limited to 'repo/ext-dump/ext-dump.xibuild')
-rw-r--r-- | repo/ext-dump/ext-dump.xibuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/repo/ext-dump/ext-dump.xibuild b/repo/ext-dump/ext-dump.xibuild deleted file mode 100644 index d4f12a3..0000000 --- a/repo/ext-dump/ext-dump.xibuild +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -NAME="ext-dump" -DESC="ext2 dump and restore utilities" - -MAKEDEPS="make " -DEPS="musl " - -PKG_VER=0.4b47 -SOURCE="https://sourceforge.net/projects/dump/files/dump/$PKG_VER/dump-$PKG_VER.tar.gz/download" - -build () { - ./configure \ - --prefix=/usr \ - --bindir=/usr/bin \ - --sysconfdir=/etc \ - --disable-static - make -} - -package () { - make DESTDIR=$PKG_DEST install -} |