Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
attr: update to 2.4.48/git
- bee download from git
- autogen. autoconf
- build in ${B}
- build chatty
- diable NLS
- remove README
- add info URL
  • Loading branch information
wwwutz committed Nov 1, 2019
1 parent 12d1622 commit 8b2331e
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions attr.be0
@@ -1,14 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION attr-2.4.44-2
# BEE_VERSION attr-2.4.48_p12_ff1b6ff-0

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

SRCURL[0]="https://download-mirror.savannah.gnu.org/releases/attr/attr-${PKGVERSION}.src.tar.gz attr-${PKGVERSION}.tar.gz"
# bee download "https://git.savannah.gnu.org/git/attr.git"

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

# PATCHURL+=()

build_in_sourcedir
# build_in_sourcedir

# sourcesubdir_append src

Expand All @@ -20,26 +22,24 @@ build_in_sourcedir
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
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() {
make install install-lib install-dev \
PKG_BIN_DIR=${D}${BINDIR} \
PKG_SBIN_DIR=${D}${SBINDIR} \
PKG_LIB_DIR=${D}${LIBDIR} \
PKG_DEVLIB_DIR=${D}${LIBEXECDIR} \
PKG_INC_DIR=${D}${INCLUDEDIR}/attr \
PKG_MAN_DIR=${D}${MANDIR} \
PKG_DOC_DIR=${D}${DATADIR}/doc/gtkhtml \
PKG_LOCALE_DIR=${D}${DATADIR}/locale
mee_install_post() {
rm -vrf ${D}/usr/share/doc
}

#mee_install_post() {
# exit
#}

0 comments on commit 8b2331e

Please sign in to comment.