Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libnetfilter_cthelper: Add version 1.0.1
  • Loading branch information
donald committed Feb 19, 2023
1 parent d3771fa commit ad692c1
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions libnetfilter_cthelper.be0
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libnetfilter_cthelper-1.0.1-0

# more info: https://www.netfilter.org/

#SRCURL[0]="https://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/e59279645fe65d40dd7dfc82a797ca5b/libnetfilter_cthelper-1.0.1.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 ad692c1

Please sign in to comment.