Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libcom-err2: provide shared lib
- e2fsprogs going static removed libcom_err.so
  • Loading branch information
wwwutz committed Nov 11, 2019
1 parent e20398d commit 5e4f36d
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions libcom-err2.be0
@@ -0,0 +1,42 @@
#!/usr/bin/env beesh

# BEE_VERSION libcom-err2-1.45.4-0

## The source URL(s) array
SRCURL[0]="https://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
# blkid, uuid, fsck are used from util-linux.
bee_configure \
--enable-verbose-makecmds \
--with-root-prefix= \
--enable-elf-shlibs
}

mee_build() {
cd ${B}/lib/et
make ${BEE_MAKEFLAGS} "$@"
}

mee_install() {
cd ${B}/lib/et
make ${BEE_MAKEFLAGS} install DESTDIR=${D} "$@"
}

#mee_install_post() {
# exit
#}

0 comments on commit 5e4f36d

Please sign in to comment.