dedup: update to 1.0.
This commit is contained in:
parent
f7537274a4
commit
1756adf167
1 changed files with 7 additions and 3 deletions
|
@ -1,16 +1,20 @@
|
|||
# Template file for 'dedup'
|
||||
pkgname=dedup
|
||||
version=0.9
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="MANPREFIX=/usr/share/man"
|
||||
makedepends="liblz4-devel"
|
||||
makedepends="liblz4-devel snappy-devel libgomp-devel"
|
||||
short_desc="Data deduplication backup tool"
|
||||
maintainer="Dimitris Papastamos <sin@2f30.org>"
|
||||
license="ISC"
|
||||
homepage="https://git.2f30.org/dedup"
|
||||
distfiles="https://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=1e8ae82aeb63c6fc7ccc67c198922fcf66f15b17fa3d5395645b3138ee29352f
|
||||
checksum=@eed67415707c1f6977eee7e9ecb623dd7ac7055bfcfe2a7d2e29a919f29c4338
|
||||
|
||||
do_build() {
|
||||
make CC=$CC OPENMPCFLAGS=-fopenmp OPENMPLDLIBS=-lgomp
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue