Skip to content

Commit

Permalink
Merge pull request #521 from mariux64/add-procinfo-ng
Browse files Browse the repository at this point in the history
procinfo-ng: Add version 2.0.304
  • Loading branch information
david authored Nov 1, 2017
2 parents a9c9c3c + c3bf534 commit dd2acd0
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions procinfo-ng.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION procinfo-ng-2.0.304-0

SRCURL[0]="https://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/2.0.304/procinfo-ng-${PKGVERSION}.tar.bz2"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=()

build_in_sourcedir

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build prefix=${PREFIX} libdir=${LIBDIR}
#}

#mee_install() {
# bee_install prefix=${D}/${PREFIX} libdir=${D}/${LIBDIR}
#}

0 comments on commit dd2acd0

Please sign in to comment.