mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
xmount: config section fixed
This commit is contained in:
parent
b480a90084
commit
f76d7c87d8
2 changed files with 10 additions and 9 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST xmount-0.6.0.tar.gz 170365 SHA256 a9f2febe3f4198d4d679bfb091b0537d40ed11493a5f2cd59e9ae9904ea22960 SHA512 c74aa45d189525719a6755d306a0b3daba2263d8038ce53504e1cdd916f0910634bbc97b78cbaa1e21a6456a0a66b4163ec30e2d75375186078ce692896bdba8 WHIRLPOOL d153987ff4de2806aac64482299e08553d26d446f4f8998c45003d3a92ba6cfb1676b27239ef27a0aacd28313b5d55dd39783a377cf90c4774b3e6391247f062
|
||||
EBUILD xmount-0.6.0.ebuild 715 SHA256 e8bf3193862667e07e542ac73b6866cb72caa9156bc07b8107f04ce4bc045733 SHA512 197800e7b8425dffbe90a082324fe08e7bb58adeb0cd5e04dec8bd6e21112235932bb734acfe1a00b82bc8a6bbc859c82b2fc55aed1ae55993b3ec40ebcce19f WHIRLPOOL 29bc6b6aaea156ad3a0109fcdba0cd5a8c031860eb7a8acade9df9d74cef55d1f32fc3b00d35cc6c22f455511aa17cb7e9f955caf991f555c047b6c66dee336e
|
||||
EBUILD xmount-0.6.0.ebuild 772 SHA256 1bc07d093992bc7b2ce3328ad016ea966df4b87871c86d9b75f02c7b2401fb3b SHA512 18e59bef19b7460f201b8ec05d6324dbb600b2aa0e3788fee8f8d0779bf9ca08a1f974e84c13b205470ab5ca6b8e74e128cc430d3b2054ac59d87fb50ed01168 WHIRLPOOL f60d862f14ff3e309a79b063b1e54dc15f9e9ba0b7bfed79484b3eca604062f5f1e57e96447b2fc97d9b5d2e1789f0a480f754cbb7413912699d5d97458f24e5
|
||||
|
|
|
|||
|
|
@ -10,23 +10,24 @@ SRC_URI="http://files.pinguin.lu/${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="aff ewf"
|
||||
IUSE="+aff +ewf"
|
||||
|
||||
#unable to build, see the upstream bug: https://www.pinguin.lu/node/16
|
||||
KEYWORDS=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
sys-fs/fuse
|
||||
RDEPEND="sys-fs/fuse
|
||||
aff? ( app-forensics/afflib )
|
||||
ewf? ( app-forensics/libewf )"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
src_prepare(){
|
||||
sed -e "s#LIBS = \@LIBS\@#LIBS = \@LIBS\@ -lz#" \
|
||||
-i Makefile.in
|
||||
}
|
||||
|
||||
#src_configure() {
|
||||
# make all LIB* optional
|
||||
# WITH_LIBAAFF WITH_LIBEWF WITH_LIBAFF
|
||||
#}
|
||||
src_configure() {
|
||||
use aff || export ac_cv_lib_afflib_af_open=no
|
||||
use ewf || export ac_cv_lib_ewf_libewf_open=no
|
||||
econf
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue