SKIP_FUNCTIONS is not part of exheres-0

for/master
Daniel Mierswa 2009-09-25 23:57:33 +02:00
parent f4646acaf5
commit aab697b978
2 changed files with 8 additions and 4 deletions

View File

@ -19,10 +19,12 @@ MYOPTIONS=""
DEPENDENCIES="" DEPENDENCIES=""
SKIP_FUNCTIONS="unpack"
WORK="${WORKBASE}" WORK="${WORKBASE}"
src_unpack() {
:
}
src_compile() { src_compile() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o "${SRC}.out" "${FETCHEDDIR}/${SRC}" \ $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o "${SRC}.out" "${FETCHEDDIR}/${SRC}" \
|| die "compilation failed" || die "compilation failed"

View File

@ -1,7 +1,7 @@
# Copyright 2009 Daniel Mierswa <impulze@impulze.org> # Copyright 2009 Daniel Mierswa <impulze@impulze.org>
# Distributed under the terms of the GNU General Public License v2 # 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 ] require cdemu-common [ name=vhba-module ]
SUMMARY="Kernel module for CD-ROM device emulation." SUMMARY="Kernel module for CD-ROM device emulation."
@ -14,7 +14,9 @@ DEPENDENCIES="
group/cdemu group/cdemu
" "
SKIP_FUNCTIONS="compile" vhba-module_src_compile() {
:
}
vhba-module_src_install() { vhba-module_src_install() {
dodir /usr/src dodir /usr/src