mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 20:30:58 +02:00
* Fixed the job parameters so it can link fine
This commit is contained in:
parent
482f9b0136
commit
fac3f47ba1
2 changed files with 6 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST wimax-tools-1.4.2.tar.bz2 283674 RMD160 7dfd59f090dccb32f3f9ffb5546cfe4e72d108de SHA1 834221ef3739e3803c2c25de2ebf701f28cee897 SHA256 b1ffe56ad8ac4897011caf143b2ef33a9692fac71f1b03a6d83d459b19649330
|
||||
EBUILD intel-wimax-tools-1.4.2.ebuild 598 RMD160 9330668cdca839a1dbed9d801c4b496d6ff17c93 SHA1 931f4e61d5015b8367f0b9fd57b00c694391698c SHA256 0f823d51e352a6f0125ef0bb59835d5b3d5afef757fc97b4d1b88cb9839816cd
|
||||
EBUILD intel-wimax-tools-1.4.2.ebuild 632 RMD160 ba777ef7618b78dcb690fe1a797679bff0b234d3 SHA1 52bd2da46942fa61415ab91c5b34644490cb8c4c SHA256 43d220ff9c4fa87bf024779ebb286344460c897522ff10b0b86c9492a45d25a5
|
||||
|
|
|
|||
|
|
@ -18,8 +18,12 @@ src_configure() {
|
|||
econf --with-i2400m="${KV_DIR}" || die "econf failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -j1 || die "Compile failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "Install failed"
|
||||
einstall || die "Install failed"
|
||||
dodoc README || die "Failed to find README"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue