Skip to content

Commit

Permalink
v4l-utils: Use current minimal bee file template
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Oct 13, 2020
1 parent 35293fa commit 8e0ce9a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions v4l-utils.be0
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,18 @@

SRCURL[0]="https://linuxtv.org/downloads/v4l-utils/v4l-utils-${PKGVERSION}.tar.bz2"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=""
# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract ${@}
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch ${@}
# bee_patch "${@}"
#}

#mee_configure() {
Expand All @@ -33,3 +29,7 @@ PATCHURL[0]=""
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 8e0ce9a

Please sign in to comment.