Skip to content
Permalink
Newer
Older
100755 37 lines (25 sloc) 498 Bytes
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION ddd-3.3.12-1
4
5
# more info: https://foo.bar.com
6
7
SRCURL[0]="https://ftp.gnu.org/gnu/ddd/ddd-${PKGVERSION}.tar.gz"
8
9
PATCHURL+=( /src/mariux/patches/ddd-fix-race-stringify.patch )
10
11
# build_in_sourcedir
12
13
# sourcesubdir_append src
14
15
#mee_extract() {
16
# bee_extract "${@}"
17
#}
18
19
#mee_patch() {
20
# bee_patch "${@}"
21
#}
22
23
#mee_configure() {
24
# bee_configure
25
#}
26
27
#mee_build() {
28
# bee_build
29
#}
30
31
#mee_install() {
32
# bee_install
33
#}
34
35
#mee_install_post() {
36
# exit
37
#}