20 lines
598 B
Bash
20 lines
598 B
Bash
# Template file for 'duperemove'
|
|
pkgname=duperemove
|
|
version=0.09.3
|
|
revision=1
|
|
build_pie=yes
|
|
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"
|
|
checksum=349b047cfb388f2d616695b4ecbfa091243f84024bd75fbbbd7b88fb498794a0
|
|
|
|
do_build() {
|
|
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS"
|
|
}
|
|
do_install() {
|
|
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
|
}
|