Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 34 lines (24 sloc) 674 Bytes
#!/usr/bin/env beesh
# BEE_VERSION x265-2.1-1
# SRCURL="https://bitbucket.org/multicoreware/x265/downloads/x265_${PKGVERSION}.tar.gz"
SRCURL="/src/mariux/beeroot/downloads/x265_${PKGVERSION}.tar.gz"
# PATCHURL="http://www.linuxfromscratch.org/patches/blfs/svn/x265_2.1-enable_static-1.patch"
PATCHURL="/src/mariux/beeroot/downloads/x265_2.1-enable_static-1.patch"
# build_in_sourcedir
sourcesubdir_append source
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure -G "Unix Makefiles" \
-DENABLE_STATIC=OFF
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}