change spaces to tabs, add src_unpack()

This commit is contained in:
tastytea 2018-06-04 14:00:05 +02:00
parent 5991de7b78
commit 12e7125561
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 34 additions and 29 deletions

View File

@ -14,6 +14,11 @@ DEPEND=">=dev-util/cmake-3.9.6
doc? ( >=app-doc/doxygen-1.8.13-r1 )
${RDEPEND}"
src_unpack() {
default_src_unpack
mv ${PN} ${P}
}
src_configure() {
local mycmakeargs=(
-DWITH_DOC=NO