Skip to content

Commit

Permalink
gst-plugins-good: Convert to version-less bee-file
Browse files Browse the repository at this point in the history
delete old file and create new file from template
  • Loading branch information
david committed Jun 13, 2018
1 parent 4d5f00d commit 723fb51
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 31 deletions.
31 changes: 0 additions & 31 deletions gst-plugins-good-0.10.28-0.bee

This file was deleted.

35 changes: 35 additions & 0 deletions gst-plugins-good.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION gst-plugins-good-0.10.28-0

SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PKGVERSION}.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 723fb51

Please sign in to comment.