Skip to content
Permalink
Newer
Older
100755 34 lines (24 sloc) 674 Bytes
October 20, 2016 17:19
1
#!/usr/bin/env beesh
2
December 12, 2019 12:30
3
# BEE_VERSION x265-2.1-1
October 20, 2016 17:19
4
December 12, 2019 12:30
5
# SRCURL="https://bitbucket.org/multicoreware/x265/downloads/x265_${PKGVERSION}.tar.gz"
6
SRCURL="/src/mariux/beeroot/downloads/x265_${PKGVERSION}.tar.gz"
October 20, 2016 17:19
7
December 12, 2019 12:30
8
# PATCHURL="http://www.linuxfromscratch.org/patches/blfs/svn/x265_2.1-enable_static-1.patch"
9
PATCHURL="/src/mariux/beeroot/downloads/x265_2.1-enable_static-1.patch"
October 20, 2016 17:19
10
11
# build_in_sourcedir
12
13
sourcesubdir_append source
14
15
#mee_extract() {
16
# bee_extract "${@}"
17
#}
18
19
#mee_patch() {
20
# bee_patch "${@}"
21
#}
October 20, 2016 17:19
22
23
mee_configure() {
24
bee_configure -G "Unix Makefiles" \
25
-DENABLE_STATIC=OFF
26
}
27
28
#mee_build() {
29
# bee_build
30
#}
October 20, 2016 17:19
31
32
#mee_install() {
33
# bee_install
34
#}