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-04-07 09:07:56 +02:00
version=0.09.3
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-04-07 09:07:56 +02:00
checksum=349b047cfb388f2d616695b4ecbfa091243f84024bd75fbbbd7b88fb498794a0
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
}