mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
parent
6ecdb9260a
commit
91e35287a0
1 changed files with 6 additions and 3 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'duperemove'
|
# Template file for 'duperemove'
|
||||||
pkgname=duperemove
|
pkgname=duperemove
|
||||||
version=0.11.1
|
version=0.11.2
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="sqlite-devel libglib-devel libgcrypt-devel libatomic-devel"
|
makedepends="sqlite-devel libglib-devel libgcrypt-devel libatomic-devel"
|
||||||
short_desc="Tools for deduping file systems"
|
short_desc="Tools for deduping file systems"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/markfasheh/duperemove"
|
homepage="https://github.com/markfasheh/duperemove"
|
||||||
distfiles="https://github.com/markfasheh/duperemove/archive/v${version}.tar.gz"
|
distfiles="https://github.com/markfasheh/duperemove/archive/v${version}.tar.gz"
|
||||||
checksum=75c3c91baf7e5195acad62eab73a7afc3d0b88cbfccefac3e3412eba06a42ac8
|
checksum=6e3549fc938d1fb5ede0a362b6860ccefe28af60dde11f7b8d4ba3d2a863b96a
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
export LIBRARY_FLAGS=-latomic
|
||||||
|
fi
|
||||||
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS -fcommon"
|
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS -fcommon"
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue