Skip to content

Commit

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

# BEE_VERSION libnetfilter_queue-1.0.5-0

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

#SRCURL[0]="https://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/ce807654358481efaa826fec33c89b6a/libnetfilter_queue-1.0.5.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 2d5df55

Please sign in to comment.