Skip to content

Commit 92ac4b3

Browse files
meatorclassabbyamp
authored andcommitted
duperemove: update to 0.13.
1 parent 7f1dc00 commit 92ac4b3

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/dbfile.h
2+
+++ b/dbfile.h
3+
@@ -7,6 +7,8 @@
4+
#include <stdbool.h>
5+
#include "util.h"
6+
7+
+#include <sys/types.h>
8+
+
9+
struct filerec;
10+
struct block_csum;
11+
struct extent_csum;

srcpkgs/duperemove/template

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Template file for 'duperemove'
22
pkgname=duperemove
3-
version=0.11.2
3+
version=0.13
44
revision=1
5+
build_style=gnu-makefile
6+
make_use_env=yes
57
hostmakedepends="pkg-config"
68
makedepends="sqlite-devel libglib-devel libgcrypt-devel"
79
short_desc="Tools for deduping file systems"
810
maintainer="Enno Boland <[email protected]>"
911
license="GPL-2.0-only"
1012
homepage="https://github.com/markfasheh/duperemove"
1113
distfiles="https://github.com/markfasheh/duperemove/archive/v${version}.tar.gz"
12-
checksum=e162c2cf99c9d1e1e111cf84fa2615490a7d654173a3719651a962257bf8179e
14+
checksum=65fc972339965976cf617ed430ece86dc64c2695b2017db058413aa098f1da89
1315

14-
do_build() {
15-
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS -fcommon"
16-
}
17-
do_install() {
18-
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
19-
}
16+
# The makefile tries to use git to guess if these aren't set.
17+
export VERSION="${version}" IS_RELEASE=1

0 commit comments

Comments
 (0)