diff --git a/x265.be0 b/x265.be0 index 9ec8e97d6..386c5fd2b 100755 --- a/x265.be0 +++ b/x265.be0 @@ -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/ -##