Skip to content

Commit

Permalink
x265: rebuild
Browse files Browse the repository at this point in the history
- SRCURL to local
wwwutz committed Dec 12, 2019
1 parent a3b2dac commit dc2fe30
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions x265.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION x265-2.1-0
# BEE_VERSION x265-2.1-1

SRCURL="https://bitbucket.org/multicoreware/x265/downloads/x265_${PKGVERSION}.tar.gz"
# 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"

# EXCLUDE+=()
# 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

@@ -32,22 +32,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
##
## Additional hints:
##
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[${PKGVERSION}] is set.
##
## Everything in this file will be executed in a bash environment.
##
## Build the package by executing
## './pkg-version-N.bee' or
## 'beesh ./pkg-version-N.bee'
##
## see http://beezinga.org/
##

0 comments on commit dc2fe30

Please sign in to comment.