void-packages/srcpkgs/duperemove/template

21 lines
598 B
Bash
Raw Normal View History

2015-04-03 11:53:58 +02:00
# Template file for 'duperemove'
pkgname=duperemove
2015-07-02 07:43:55 +02:00
version=0.09.4
2015-04-07 09:07:56 +02:00
revision=1
build_pie=yes
2015-04-03 11:53:58 +02:00
short_desc="Tools for deduping file systems"
maintainer="Enno Boland <eb@s01.de>"
hostmakedepends="pkg-config"
makedepends="glib-devel libgcrypt-devel"
license="GPL-2"
homepage="https://github.com/markfasheh/duperemove"
distfiles="https://github.com/markfasheh/duperemove/archive/v$version.tar.gz"
2015-07-02 07:43:55 +02:00
checksum=9d4c7fe0fd7ae3acb8c144e5fa8648749366c1e67a97ecbb28f07df0bb72fb29
do_build() {
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS"
}
2015-04-03 12:05:56 +02:00
do_install() {
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
}