mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
duperemove: update to 0.13.
This commit is contained in:
parent
7f1dc00da9
commit
92ac4b34dd
2 changed files with 17 additions and 8 deletions
11
srcpkgs/duperemove/patches/add_dev_t_include.patch
Normal file
11
srcpkgs/duperemove/patches/add_dev_t_include.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/dbfile.h
|
||||||
|
+++ b/dbfile.h
|
||||||
|
@@ -7,6 +7,8 @@
|
||||||
|
#include <stdbool.h>
|
||||||
|
#include "util.h"
|
||||||
|
|
||||||
|
+#include <sys/types.h>
|
||||||
|
+
|
||||||
|
struct filerec;
|
||||||
|
struct block_csum;
|
||||||
|
struct extent_csum;
|
|
@ -1,7 +1,9 @@
|
||||||
# Template file for 'duperemove'
|
# Template file for 'duperemove'
|
||||||
pkgname=duperemove
|
pkgname=duperemove
|
||||||
version=0.11.2
|
version=0.13
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_use_env=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="sqlite-devel libglib-devel libgcrypt-devel"
|
makedepends="sqlite-devel libglib-devel libgcrypt-devel"
|
||||||
short_desc="Tools for deduping file systems"
|
short_desc="Tools for deduping file systems"
|
||||||
|
@ -9,11 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/markfasheh/duperemove"
|
homepage="https://github.com/markfasheh/duperemove"
|
||||||
distfiles="https://github.com/markfasheh/duperemove/archive/v${version}.tar.gz"
|
distfiles="https://github.com/markfasheh/duperemove/archive/v${version}.tar.gz"
|
||||||
checksum=e162c2cf99c9d1e1e111cf84fa2615490a7d654173a3719651a962257bf8179e
|
checksum=65fc972339965976cf617ed430ece86dc64c2695b2017db058413aa098f1da89
|
||||||
|
|
||||||
do_build() {
|
# The makefile tries to use git to guess if these aren't set.
|
||||||
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS -fcommon"
|
export VERSION="${version}" IS_RELEASE=1
|
||||||
}
|
|
||||||
do_install() {
|
|
||||||
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue