2015-04-03 09:53:58 +00:00
|
|
|
# Template file for 'duperemove'
|
|
|
|
pkgname=duperemove
|
2015-10-13 07:11:49 +00:00
|
|
|
version=0.10
|
2015-04-07 07:07:56 +00:00
|
|
|
revision=1
|
2015-04-03 10:02:51 +00:00
|
|
|
build_pie=yes
|
2015-04-03 09:53:58 +00:00
|
|
|
short_desc="Tools for deduping file systems"
|
2015-07-09 05:58:10 +00:00
|
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
2015-04-03 09:53:58 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2015-10-13 07:29:09 +00:00
|
|
|
makedepends="sqlite-devel libglib-devel libgcrypt-devel"
|
2015-04-03 09:53:58 +00:00
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://github.com/markfasheh/duperemove"
|
|
|
|
distfiles="https://github.com/markfasheh/duperemove/archive/v$version.tar.gz"
|
2015-10-13 07:11:49 +00:00
|
|
|
checksum=1ef855c4d0a85efc8757edcac5ea7189d896d2f2abad0e572c47f6568cf050aa
|
2015-04-03 10:02:51 +00:00
|
|
|
|
|
|
|
do_build() {
|
|
|
|
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS"
|
|
|
|
}
|
2015-04-03 10:05:56 +00:00
|
|
|
do_install() {
|
|
|
|
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
|
|
|
}
|