rmlint: unbreak cross
Misc fixes.
This commit is contained in:
parent
81c4218e95
commit
2c2302800b
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'rmlint'
|
||||
pkgname=rmlint
|
||||
version=2.4.0
|
||||
revision=1
|
||||
hostmakedepends="git scons pkg-config python3 python3.4-Sphinx"
|
||||
makedepends="glib-devel libblkid-devel elfutils-devel json-glib-devel"
|
||||
revision=2
|
||||
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"
|
||||
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"
|
||||
checksum=f1c13681da073c4dc2f1173add85908d1e0e949659a1923ed7bfc0b2d1b8930d
|
||||
nocross=y
|
||||
|
||||
do_install() {
|
||||
scons CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" install --prefix=${DESTDIR}/usr
|
||||
vlicense COPYING
|
||||
scons install --prefix=${DESTDIR}/usr
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user