Skip to content

gpm: udate to 1.20.7-git #1596

Merged
merged 1 commit into from
Jan 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions gpm-1.20.6-0.bee

This file was deleted.

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

# BEE_VERSION gpm-1.20.7_p27_1fd1941-0

# more info:
# https://github.com/telmich/gpm
# https://www.nico.schottelius.org/software/gpm
# https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/gpm

# bee download https://github.com/telmich/gpm.git -c 1fd19417b8a4dd9945347e98dfa97e4cfd798d77

SRCURL[0]="/src/mariux/md5repo/53761d1a7b00bc6d063f64f0697d0053/gpm-1.20.7_p27_1fd1941.tar.bz2"

PATCHURL+=("/src/mariux/md5repo/6cc2e7cff1a7eddf5c59dcd480505b06/0001-glibc-sigemptyset.patch")


build_in_sourcedir

# sourcesubdir_append src

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

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

mee_patch_post() {
./autogen.sh
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -vrf ${D}/usr/share/emacs
ln -vs libgpm.so.2.1.0 ${D}${LIBDIR}/libgpm.so
}