blob: 5d563bda0c830da83da1c95bc574d55d281ef7eb (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
# Distributed under the terms of the GNU General Public License v2
require nbd
PLATFORMS="~amd64 ~x86"
src_prepare() {
edo ./autogen.sh
}
|