Permalink
Newer
100755
39 lines (25 sloc)
518 Bytes
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION sox-14.4.2-1
4
5
# SoX - Sound eXchange
6
# http://sox.sourceforge.net/
7
8
SRCURL[0]="https://sourceforge.net/projects/sox/files/sox/${PKGVERSION}/sox-${PKGVERSION}.tar.bz2/download"
9
10
11
# PATCHURL+=()
12
13
# EXCLUDE+=()
14
15
# build_in_sourcedir
16
17
# sourcesubdir_append src
18
19
BEE_BUILDTYPE=autotools
20
21
#mee_extract() {
22
# bee_extract "${@}"
23
#}
24
25
#mee_patch() {
26
# bee_patch "${@}"
27
#}
28
29
#mee_configure() {
30
# bee_configure
31
#}
32
33
#mee_build() {
34
# bee_build
35
#}
36
37
#mee_install() {
38
# bee_install
39
#}