Skip to content

Commit

Permalink
libmcrypt: reintroduce
Browse files Browse the repository at this point in the history
- missed perl dependencies
- fixed SRCURL

```
# '/usr/lib/libmcrypt.so.4' dependencies:
# --------------------------------------------------------------------------------------------------------------------------------------------
  /var/pkg/perl-5.12.1-0/lib/site_perl/5.12.1/x86_64-linux-thread-multi/auto/Crypt/MCrypt/MCrypt.so   N/A
  /var/pkg/perl-5.28.1-0/lib/site_perl/5.28.1/x86_64-linux/auto/Crypt/MCrypt/MCrypt.so                N/A
```
  • Loading branch information
wwwutz committed Sep 6, 2021
1 parent fc40c4c commit f5d22f0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 83 deletions.
83 changes: 0 additions & 83 deletions libmcrypt-2.5.8-0.bee

This file was deleted.

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

# BEE_VERSION libmcrypt-2.5.8-1

SRCURL[0]="http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/${PKGVERSION}/libmcrypt-${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
#}

0 comments on commit f5d22f0

Please sign in to comment.