File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed
Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 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;
Original file line number Diff line number Diff line change 11# Template file for 'duperemove'
22pkgname=duperemove
3- version=0.11.2
3+ version=0.13
44revision=1
5+ build_style=gnu-makefile
6+ make_use_env=yes
57hostmakedepends="pkg-config"
68makedepends="sqlite-devel libglib-devel libgcrypt-devel"
79short_desc="Tools for deduping file systems"
810maintainer="Enno Boland <
[email protected] >"
911license="GPL-2.0-only"
1012homepage="https://github.com/markfasheh/duperemove"
1113distfiles="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
You can’t perform that action at this time.
0 commit comments