|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../g-wrap/g-wrap.conf |
|
|
|
|
# Copyright (C) 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -23,9 +24,10 @@ gwrap_slib() {
|
|
|
|
|
|
|
|
|
|
cd slib |
|
|
|
|
sed -i "s,/usr/local/lib/slib,$guiledatadir/slib," Template.scm |
|
|
|
|
for i in *.scm; do |
|
|
|
|
ginstall -m 644 $i $guiledatadir/slib |
|
|
|
|
done |
|
|
|
|
|
|
|
|
|
install -m 644 *.scm $guiledatadir/slib/ |
|
|
|
|
install -m 644 guile.init $guiledatadir/slib/ |
|
|
|
|
|
|
|
|
|
cd .. |
|
|
|
|
|
|
|
|
|
rm -rf slib/ |
|
|
|
@ -36,3 +38,5 @@ gwrap_slib() {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
hook_add preconf 5 "gwrap_slib" |
|
|
|
|
|
|
|
|
|
var_append extraconfopt ' ' "--with-libffi-prefix=$root/`pkgprefix gcc`" |
|
|
|
|