Skip to content

Xaw3D: update from 1.5E to 1.6.3 #1344

Merged
merged 1 commit into from
Sep 25, 2019
Merged
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
24 changes: 11 additions & 13 deletions Xaw3d.be0
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
#!/usr/bin/env beesh

# BEE_VERSION Xaw3d-1.5E-1
# BEE_VERSION Xaw3d-1.6.3-0

SRCURL[0]="https://src.fedoraproject.org/lookaside/extras/Xaw3d/Xaw3d-${PKGVERSION}.tar.gz/29ecfdcd6bcf47f62ecfd672d31269a1/Xaw3d-${PKGVERSION}.tar.gz"
SRCURL[0]="https://xorg.freedesktop.org/releases/individual/lib/libXaw3d-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

sourcesubdir_append lib/Xaw3d
## sourcesubdir_append lib/Xaw3d

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

mee_extract_post() {
cd ${S}/lib
ln -s . X11
cd Xaw3d
xmkmf
}

#mee_patch() {
# bee_patch "${@}"
#}
Expand All @@ -29,10 +22,15 @@ mee_extract_post() {
# bee_configure
#}

mee_build() {
bee_build CC="gcc -I../../lib"
}
#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
}