Skip to content

Commit

Permalink
Merge pull request #1925 from mariux64/add-upower-compat
Browse files Browse the repository at this point in the history
upower: compat libs from upower-0.9.16
  • Loading branch information
wwwutz authored Sep 29, 2020
2 parents a8eeb87 + d019d93 commit d5abe4e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions upower_compat-0.9.16.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/usr/bin/env beesh

# BEE_VERSION upower_compat-0.9.16-0

# /src/mariux/md5repo.sh /src/mariux/beeroot/packages/upower-0.9.16-2.x86_64.bee.tar.bz2

PKGFILE=upower-0.9.16-2.x86_64.bee.tar.bz2

mee_getsources() {
mkdir -p ${F}
fetch_one_file "https://beehive.molgen.mpg.de/f9648eae36e068d5608c86777571fe71/${PKGFILE}"

}

mee_install() {
cd ${D}
tar -xf ${F}/${PKGFILE} \
/usr/lib/libupower-glib.so.1.0.2 \
/usr/lib/libupower-glib.so.1
}

0 comments on commit d5abe4e

Please sign in to comment.