Skip to content

attr: update to 2.4.48/git #1439

Merged
merged 2 commits into from
Nov 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}