SKIP_FUNCTIONS is not part of exheres-0
This commit is contained in:
parent
f4646acaf5
commit
aab697b978
|
@ -19,10 +19,12 @@ MYOPTIONS=""
|
|||
|
||||
DEPENDENCIES=""
|
||||
|
||||
SKIP_FUNCTIONS="unpack"
|
||||
|
||||
WORK="${WORKBASE}"
|
||||
|
||||
src_unpack() {
|
||||
:
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o "${SRC}.out" "${FETCHEDDIR}/${SRC}" \
|
||||
|| die "compilation failed"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
export_exlib_phases src_install pkg_postinst
|
||||
export_exlib_phases src_compile src_install pkg_postinst
|
||||
require cdemu-common [ name=vhba-module ]
|
||||
|
||||
SUMMARY="Kernel module for CD-ROM device emulation."
|
||||
|
@ -14,7 +14,9 @@ DEPENDENCIES="
|
|||
group/cdemu
|
||||
"
|
||||
|
||||
SKIP_FUNCTIONS="compile"
|
||||
vhba-module_src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
vhba-module_src_install() {
|
||||
dodir /usr/src
|
||||
|
|
Loading…
Reference in a new issue