rmlint: ship rmlint binary again
New scons seems to not allow replace old install alias in new call to alias
This commit is contained in:
parent
ea82f360f1
commit
fad3e85fb4
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'rmlint'
|
# Template file for 'rmlint'
|
||||||
pkgname=rmlint
|
pkgname=rmlint
|
||||||
version=2.10.1
|
version=2.10.1
|
||||||
revision=6
|
revision=7
|
||||||
build_style=scons
|
build_style=scons
|
||||||
make_build_args="VERBOSE=1"
|
make_build_args="VERBOSE=1"
|
||||||
make_install_args="VERBOSE=1"
|
|
||||||
hostmakedepends="pkg-config python3-Sphinx glib-devel"
|
hostmakedepends="pkg-config python3-Sphinx glib-devel"
|
||||||
makedepends="libblkid-devel elfutils-devel json-glib-devel"
|
makedepends="libblkid-devel elfutils-devel json-glib-devel"
|
||||||
short_desc="Extremely fast tool to remove duplicates"
|
short_desc="Extremely fast tool to remove duplicates"
|
||||||
|
@ -15,10 +14,14 @@ changelog="https://raw.githubusercontent.com/sahib/rmlint/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/sahib/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sahib/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=10e72ba4dd9672d1b6519c0c94eae647c5069c7d11f1409a46e7011dd0c6b883
|
checksum=10e72ba4dd9672d1b6519c0c94eae647c5069c7d11f1409a46e7011dd0c6b883
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
make_build_args+=" --prefix=${DESTDIR}/usr"
|
||||||
|
}
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
vmkdir usr/bin
|
vbin rmlint
|
||||||
vmkdir usr/share/man/man1
|
vman docs/rmlint.1.gz
|
||||||
make_install_args+=" --prefix=${DESTDIR}/usr"
|
make_install_args="${make_build_args} --prefix=${DESTDIR}/usr -j1"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue