Permalink
Newer
100755
32 lines (22 sloc)
505 Bytes
5
# SRCURL[0]="https://download.libsodium.org/libsodium/releases/libsodium-${PKGVERSION}.tar.gz"
6
SRCURL[0]="/src/mariux/md5repo/0f71e2680187a1558b5461e6879342c5/libsodium-1.0.17.tar.gz"
7
8
# PATCHURL+=()
9
10
# build_in_sourcedir
11
12
# sourcesubdir_append src
13
14
#mee_extract() {
15
# bee_extract "${@}"
16
#}
17
18
#mee_patch() {
19
# bee_patch "${@}"
20
#}
21
22
#mee_configure() {
23
# bee_configure
24
#}
25
26
#mee_build() {
27
# bee_build
28
#}
29
30
#mee_install() {
31
# bee_install
32
#}