void-packages/srcpkgs/rmlint/template

24 lines
769 B
Bash
Raw Normal View History

2015-08-31 09:38:38 +00:00
# Template file for 'rmlint'
pkgname=rmlint
2015-11-02 10:13:24 +00:00
version=2.4.1
revision=1
2015-10-27 15:00:00 +00:00
build_style=scons
hostmakedepends="scons pkg-config python3.4-Sphinx glib-devel"
makedepends="libblkid-devel elfutils-devel json-glib-devel"
pycompile_version="3.4"
pycompile_module="shredder"
2015-08-31 09:38:38 +00:00
short_desc="Extremely fast tool to remove duplicates"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
homepage="http://rmlint.rtfd.org/"
distfiles="https://github.com/sahib/$pkgname/archive/v$version.tar.gz"
2015-11-02 10:13:24 +00:00
checksum=c09dce651f23568767b732a7529aeda8e81b1875cf81edc9e09b4e194d1e47c9
2015-08-31 09:38:38 +00:00
2015-10-27 15:10:00 +00:00
if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
broken="http://build.voidlinux.eu/builders/armv6l_builder/builds/18864/steps/shell_3/logs/stdio"
fi
2015-08-31 09:38:38 +00:00
do_install() {
2015-10-27 15:00:00 +00:00
scons install --prefix=${DESTDIR}/usr
2015-08-31 09:38:38 +00:00
}