Skip to content

Commit

Permalink
Merge pull request #1547 from mariux64/update-reiserfsprogs-3627
Browse files Browse the repository at this point in the history
reiserfsprogs: update to 3.6.27
  • Loading branch information
wwwutz authored Dec 17, 2019
2 parents 84488e0 + afa57bd commit 5a2e25e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 37 deletions.
37 changes: 0 additions & 37 deletions reiserfsprogs-3.6.21-0.bee

This file was deleted.

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

# BEE_VERSION reiserfsprogs-3.6.27-0


SRCURL[0]="http://www.kernel.org/pub/linux/utils/fs/reiserfs/reiserfsprogs-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://mirrors.edge.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.27/reiserfsprogs-3.6.27.tar.gz"

SBINDIR=/sbin

# 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() {
bee_install

ln -sf reiserfsck ${D}${SBINDIR}/fsck.reiserfs
ln -sf mkreiserfs ${D}${SBINDIR}/mkfs.reiserfs
}

#mee_install_post() {
# exit
#}

0 comments on commit 5a2e25e

Please sign in to comment.