Skip to content

Commit

Permalink
Merge pull request #1344 from mariux64/fix-xaw-lib64
Browse files Browse the repository at this point in the history
Xaw3D: update from 1.5E to 1.6.3
  • Loading branch information
donald authored Sep 25, 2019
2 parents a5011dc + a0246b9 commit e34ee06
Showing 1 changed file with 11 additions and 13 deletions.
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
}

0 comments on commit e34ee06

Please sign in to comment.