Skip to content
Permalink
update-libxslt…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
- formerly `Xaw3d.be0`, now `libXaw3d`
- SRCURL
1 contributor

Users who have contributed to this file

executable file 37 lines (26 sloc) 604 Bytes
#!/usr/bin/env beesh
# BEE_VERSION libXaw3d-1.6.3-0
# SRCURL[0]="https://xorg.freedesktop.org/releases/individual/lib/libXaw3d-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/f472daa6edc7a2129530b2ecb0866399/libXaw3d-1.6.3.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
## sourcesubdir_append lib/Xaw3d
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
mee_install_post() {
cd ${D}/usr/lib
ln -s libXaw3d.so.8.0.0 libXaw3d.so.8.0
}