Skip to content

Commit

Permalink
Merge pull request #1372 from mariux64/fix-libcgroup
Browse files Browse the repository at this point in the history
libcgroup: fix bee filename
  • Loading branch information
donald authored Sep 30, 2019
2 parents ad8804c + 55a91cb commit d38f09c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
37 changes: 0 additions & 37 deletions libcgroup-0.38-0.x86_64.bee

This file was deleted.

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

# BEE_VERSION libcgroup-0.38-1

# more info: https://foo.bar.com

SRCURL[0]="https://downloads.sourceforge.net/project/libcg/libcgroup/v.${PKGVERSION/./}/libcgroup-${PKGVERSION}.tar.bz2"

# PATCHURL+=()

# 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
#}

#mee_install_post() {
# exit
#}

0 comments on commit d38f09c

Please sign in to comment.