-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pmenzel
reviewed
Nov 6, 2018
unzip.be0
Outdated
mkdir -pv ${D}${PREFIX} | ||
mkdir -pv ${D}${MANDIR}/man1 | ||
make -f unix/Makefile install prefix=${D}${PREFIX} MANDIR=${D}${MANDIR}/man1 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this blank line.
fix problem with nextcloud zip-archives
blank line is removed |
So the owncloud-problem (edda) is caused by the now to be removed removed What template is that? Its neither scripts/TEMPLATE.be0 nor |
"So the owncloud-problem (edda) is caused by the now to be removed removed -DNO_LCHMOD? " and the template is |
Hmmm. If you used
|
Yes, I have manually remove the comments
…On 11/07/18 11:42, Donald Buczek wrote:
Hmmm. If you used |bee init|, did you manually remove the comments?
***@***.***:~/git/bee-files (rebuild-unzip)$ bee init
http://bla.lall/test-1.0.0.gz creating test-1.0.0-0.bee from template
'/etc/default/bee/templates/fallback'
***@***.***:~/git/bee-files (rebuild-unzip)$ diff
test-1.0.0-0.bee unzip.be0 < ## 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.) --- > # BEE_VERSION unzip-6.0.0-1
6,14c5 <
###############################################################################
< ## 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://bla.lall/test-${PKGVERSION}.gz" <
<
###############################################################################
< ## Add URLs/pathes to patch files to the PATCHURL array. < ## The
sources will be patched in the order of the array. --- >
SRCURL[0]="http://downloads.sourceforge.net/infozip/unzip60.tar.gz"
16d6 < # PATCHURL+=() 18,20c8 <
###############################################################################
< ## 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. --- > # PATCHURL+=() 24,35c12 <
###############################################################################
< ## Uncomment the next statement, if the software may not be able to
be built < ## outside the source directory and needs to be built
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. --- > build_in_sourcedir 40,45d16 <
###############################################################################
< ## 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}" < 58,64c29,37 < #mee_build() { < # bee_build < #} < <
#mee_install() { < # bee_install < #} --- > mee_build() { > make -f
unix/Makefile generic > } > > mee_install() { > mkdir -pv
${D}${PREFIX} > mkdir -pv ${D}${MANDIR}/man1 > make -f unix/Makefile
install prefix=${D}${PREFIX} MANDIR=${D}${MANDIR}/man1 > } 66,83d38 <
<
###############################################################################
< ## < ## 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/||U4919DW < ## ***@***.***:~/git/bee-files (rebuild-unzip)$ diff
test-1.0.0-0.bee unzip.be0 |less ***@***.***:~/git/bee-files
(rebuild-unzip)$ |
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub Enterprise
<#952 (comment)>,
or mute the thread
<https://github.molgen.mpg.de/notifications/unsubscribe-auth/AAAAkHnEhsrDA2e9pesxmAxEc8ovdob5ks5usrkcgaJpZM0VeA==>.
--
IT-Abteilung
Max-Planck-Institut fuer Molekulare Genetik
Fon: -1105
Email: schrader@molgen.mpg.de
|
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.