Skip to content

Commit

Permalink
Merge pull request #1439 from mariux64/update-attr-244749
Browse files Browse the repository at this point in the history
attr: update to 2.4.48/git
  • Loading branch information
wwwutz authored Nov 4, 2019
2 parents 3608880 + 8b2331e commit e7d636f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 41 deletions.
41 changes: 0 additions & 41 deletions attr-2.4.44-1.bee

This file was deleted.

45 changes: 45 additions & 0 deletions attr.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
#!/usr/bin/env beesh

# BEE_VERSION attr-2.4.48_p12_ff1b6ff-0

# more info: https://savannah.nongnu.org/projects/attr

# bee download "https://git.savannah.gnu.org/git/attr.git"

SRCURL[0]="/src/mariux/beeroot/downloads/attr-${PKGFULLVERSION}.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
# bug: bee_configure() will call autoreconf in ${B}
cd ${S}
bee_configure
}

mee_configure_post() {
# bug: bee_configure() will call autoreconf
start_cmd ${S}/configure ${DEFCONFIG} "$@" \
--disable-silent-rules \
--disable-nls
}

#mee_build() {
# PS1='### mee_build() \w/# ' bash -norc
# bee_build
#}

mee_install_post() {
rm -vrf ${D}/usr/share/doc
}

0 comments on commit e7d636f

Please sign in to comment.