Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
attr: be0 conversion and update url
  • Loading branch information
niclas committed Oct 29, 2019
1 parent 05cddf1 commit 12d1622
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
@@ -0,0 +1,45 @@
#!/usr/bin/env beesh

# BEE_VERSION attr-2.4.44-2

# more info: https://foo.bar.com

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

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# 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() {
# exit
#}

0 comments on commit 12d1622

Please sign in to comment.