From f29d569cd33a73da5ad675f43a34ad53c5cc9bc6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 2 Feb 2023 14:10:02 +0000 Subject: Work --- repo/ext-dump/ext-dump.xibuild | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 repo/ext-dump/ext-dump.xibuild (limited to 'repo/ext-dump/ext-dump.xibuild') 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 -} -- cgit v1.2.1