From b848c949f9d178070283e2b0be830af680458e19 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 28 Jun 2020 21:11:01 +0200 Subject: [PATCH] chrpath: Add version 0.16 Needed for [Yocto](https://www.yoctoproject.org/). --- chrpath.be0 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 chrpath.be0 diff --git a/chrpath.be0 b/chrpath.be0 new file mode 100755 index 000000000..21d440225 --- /dev/null +++ b/chrpath.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION chrpath-0.16-0 + +SRCURL[0]="https://deb.debian.org/debian/pool/main/c/chrpath/chrpath_${PKGVERSION}.orig.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() { +# bee_install +#} + +#mee_install_post() { +# exit +#}