Skip to content

Commit

Permalink
Merge pull request #2128 from mariux64/add-libnet-12
Browse files Browse the repository at this point in the history
libnet: add version 1.2
  • Loading branch information
wwwutz authored May 5, 2021
2 parents 259ab7e + 57d4cb6 commit 06461a6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions libnet.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION libnet-1.2-0

# more info: https://github.com/libnet/libnet

# SRCURL[0]="https://github.com/libnet/libnet/releases/download/v1.2/libnet-1.2.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/a36c669e0cdfda6a2aa3adfb1f6fe60a/libnet-1.2.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--enable-shared=no
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -rf ${D}/usr/share/doc/libnet
}

0 comments on commit 06461a6

Please sign in to comment.