From f59c3b78c5e787e514969e025e9556256952c621 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Mon, 11 May 2020 00:57:47 +0200 Subject: [PATCH] New package: fatsort --- srcpkgs/fatsort/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/fatsort/template diff --git a/srcpkgs/fatsort/template b/srcpkgs/fatsort/template new file mode 100644 index 00000000000..c828ba96ebe --- /dev/null +++ b/srcpkgs/fatsort/template @@ -0,0 +1,17 @@ +# Template file for 'fatsort' +pkgname=fatsort +version=1.6.2.605 +revision=1 +build_style=gnu-makefile +hostmakedepends="help2man" +short_desc="Utility that sorts FAT12, FAT16, FAT32 and exFAT partitions" +maintainer="tibequadorian " +license="GPL-2.0-or-later" +homepage="https://fatsort.sourceforge.io/" +distfiles="https://iweb.dl.sourceforge.net/project/fatsort/fatsort-${version}.tar.xz" +checksum=08cafa36f86ab89e7a3241d437df9af8a008549d7d13416256b7aaa006d5ffb7 + +pre_install() { + sed -i 's|/usr/local/share|/usr/share|g' ${wrksrc}/Makefile + sed -i 's|/usr/local/sbin|/usr/bin|g' ${wrksrc}/src/Makefile +}