This is a standard autotools package, so use the default compile/install
steps from the PM. These ad-hoc funcs look like leftovers from the much
older versions.
EAPI=6
-inherit toolchain-funcs flag-o-matic autotools
+inherit flag-o-matic autotools
DESCRIPTION="Parallel Indexed XZ compressor"
HOMEPAGE="https://github.com/vasi/pixz"
export ac_cv_file_src_pixz_1=$([[ -f src/pixz.1 ]] && echo yes || echo no)
econf
}
-
-src_compile() {
- emake CC="$(tc-getCC)" OPT=""
-}
-
-src_install() {
- dobin src/pixz
- doman src/pixz.1
- dodoc NEWS README.md TODO
-}
EAPI=6
-inherit toolchain-funcs flag-o-matic autotools
+inherit flag-o-matic autotools
DESCRIPTION="Parallel Indexed XZ compressor"
HOMEPAGE="https://github.com/vasi/pixz"
export ac_cv_file_src_pixz_1=$([[ -f src/pixz.1 ]] && echo yes || echo no)
econf
}
-
-src_compile() {
- emake CC="$(tc-getCC)" OPT=""
-}
-
-src_install() {
- dobin src/pixz
- doman src/pixz.1
- dodoc NEWS README.md TODO
-}