diff --git a/attr.be0 b/attr.be0 index 76ed3ba71..27fbc7fee 100755 --- a/attr.be0 +++ b/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 @@ -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 -#}