Skip to content
Permalink
Newer
Older
100755 43 lines (29 sloc) 715 Bytes
December 21, 2016 10:07
1
#!/usr/bin/env beesh
2
3
# BEE_VERSION pavucontrol-4.0-0
December 21, 2016 10:07
4
5
## The source URL(s) array
6
SRCURL[0]="https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-${PKGVERSION}.tar.xz"
7
8
## Add URLs/pathes to patch files
9
# PATCHURL+=()
10
11
## files that should not be added from the image directory.
12
# EXCLUDE+=()
13
14
15
## uncomment to change default
16
# build_in_sourcedir
17
18
## specify different source directory
19
# sourcesubdir_append src
20
21
22
#mee_extract() {
23
# bee_extract "${@}"
24
#}
25
26
#mee_patch() {
27
# bee_patch "${@}"
28
#}
29
July 23, 2019 13:42
30
#mee_configure() {
31
# bee_configure
32
#}
December 21, 2016 10:07
33
34
#mee_build() {
35
# bee_build
36
#}
37
38
## mee_install() should install into "${D}"
39
## default: 'make install DESTDIR="${D}"'
40
41
#mee_install() {
42
# bee_install
43
#}