Skip to content

Commit

Permalink
Merge pull request #1242 from mariux64/update-dar-265
Browse files Browse the repository at this point in the history
dar: update from 2.4.11 to 2.6.5
  • Loading branch information
wwwutz authored Sep 5, 2019
2 parents a272955 + 772068c commit 412ced4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 88 deletions.
88 changes: 0 additions & 88 deletions dar-2.4.11-2.bee

This file was deleted.

39 changes: 39 additions & 0 deletions dar.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION dar-2.6.5-0

SRCURL[0]="https://downloads.sourceforge.net/dar/dar/${PKGVERSION}/dar-${PKGVERSION}.tar.gz"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--disable-build-html
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -vfr ${D}/usr/share/dar
rm -vfr ${D}/usr/include/dar
rm -vf ${D}/usr/lib/libdar64.a
rm -vf ${D}/usr/lib/pkgconfig/libdar64.pc
}

0 comments on commit 412ced4

Please sign in to comment.