|
Lines 125-131
src_configure() {
Link Here
|
| 125 |
} |
125 |
} |
| 126 |
|
126 |
|
| 127 |
src_compile() { |
127 |
src_compile() { |
| 128 |
emake V=1 all $(usev static) |
128 |
emake V=1 all hash-speedtest $(usev static) |
| 129 |
} |
129 |
} |
| 130 |
|
130 |
|
| 131 |
src_install() { |
131 |
src_install() { |
|
Lines 134-140
src_install() {
Link Here
|
| 134 |
$(usex static install-static '') |
134 |
$(usex static install-static '') |
| 135 |
) |
135 |
) |
| 136 |
|
136 |
|
| 137 |
emake V=1 DESTDIR="${D}" install "${makeargs[@]}" |
137 |
local -a progs=( |
|
|
138 |
btrfs mkfs.btrfs btrfs-map-logical btrfs-image btrfs-find-root |
| 139 |
btrfstune btrfs-select-super hash-speedtest |
| 140 |
) |
| 141 |
|
| 142 |
emake V=1 DESTDIR="${D}" progs_install="${progs[*]}" install "${makeargs[@]}" |
| 138 |
|
143 |
|
| 139 |
newbashcomp btrfs-completion btrfs |
144 |
newbashcomp btrfs-completion btrfs |
| 140 |
|
145 |
|
| 141 |
- |
|
|