diff --git a/gmp-6.1.0-1.bee b/gmp-6.1.0-1.bee deleted file mode 100755 index 813f2484c..000000000 --- a/gmp-6.1.0-1.bee +++ /dev/null @@ -1,85 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="http://ftp.gnu.org/gnu/gmp/gmp-${PKGVERSION}.tar.xz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - -# sourcesubdir_append src - - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - ${S}/configure --prefix /usr --enable-cxx --enable-fat -} - -mee_build() { - make - make check -} - - -#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[0]="" 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/ -## diff --git a/gmp.be0 b/gmp.be0 new file mode 100755 index 000000000..8034ed82e --- /dev/null +++ b/gmp.be0 @@ -0,0 +1,45 @@ +#!/usr/bin/env beesh + +# BEE_VERSION gmp-6.1.2-0 + +# more info: +# http://www.linuxfromscratch.org/lfs/view/development/chapter06/gmp.html + +SRCURL[0]="http://ftp.gnu.org/gnu/gmp/gmp-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +#build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + --enable-cxx \ + --build=x86_64-unknown-linux-gnu +} + + +#mee_build() { +# bee_build +#} + +mee_build_post() { + make check +} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#} diff --git a/mpc.be0 b/mpc.be0 new file mode 100755 index 000000000..2b30e2dcb --- /dev/null +++ b/mpc.be0 @@ -0,0 +1,43 @@ +#!/usr/bin/env beesh + +# BEE_VERSION mpc-1.1.0-0 + +# more info: +# http://www.linuxfromscratch.org/lfs/view/development/chapter06/mpc.html + +SRCURL[0]="http://ftp.gnu.org/gnu/mpc/mpc-${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +#build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + + +#mee_build() { +# bee_build +#} + +mee_build_post() { + make check +} + +#mee_install() { +# bee_install +#} + +mee_install_post() { + rm -vf ${D}/usr/share/info/dir +} diff --git a/mpc_compat-0.8.2.be0 b/mpc_compat-0.8.2.be0 new file mode 100755 index 000000000..681d168c2 --- /dev/null +++ b/mpc_compat-0.8.2.be0 @@ -0,0 +1,57 @@ +#!/usr/bin/env beesh + +# BEE_VERSION mpc_compat-0.8.2-0 + +# more info: +# http://www.linuxfromscratch.org/lfs/view/development/chapter06/mpc.html + +#root:invidia:/scratch/local2/# /src/mariux/beehive/contentdiff.pl /usr/share/bee/mpc-0.8.2-0.x86_64/CONTENT /scratch/local/bee-root/mpc/mpc-1.1.0-0/image/CONTENT +# 0 : /usr/share/bee/mpc-0.8.2-0.x86_64/CONTENT +# 1 : /scratch/local/bee-root/mpc/mpc-1.1.0-0/image/CONTENT +# 0 | 1 | t | mode | acc | uid | gid | nln | file +# X | - | r |0100755| 0755| 0| 0| 1| /usr/lib/libmpc.so.2.0.0 +# X | - | s |0120777| 0777| 0| 0| 1| /usr/lib/libmpc.so.2//libmpc.so.2.0.0 +# - | X | r |0100755| 0755| 0| 0| 1| /usr/lib/libmpc.so.3.1.0 +# - | X | s |0120777| 0777| 0| 0| 1| /usr/lib/libmpc.so.3//libmpc.so.3.1.0 +# X | - | s |0120777| 0777| 0| 0| 1| /usr/lib/libmpc.so//libmpc.so.2.0.0 +# - | X | s |0120777| 0777| 0| 0| 1| /usr/lib/libmpc.so//libmpc.so.3.1.0 + +SRCURL[0]="/src/mariux/beeroot/packages/mpc-0.8.2-0.x86_64.bee.tar.bz2" + +# PATCHURL+=() + +#build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + + +#mee_build() { +# bee_build +#} + +#mee_build_post() { +# make check +#} + +mee_install() { + install -vdm755 ${D}/usr/lib + install -vm755 ${S}/lib/libmpc.so.2 ${D}/usr/lib + + ln -vs libmpc.so.2 ${D}/usr/lib/libmpc.so.2.0.0 +} + +#mee_install_post() { +# exit +#}