# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/glipper-lite/glipper-lite.conf # Copyright (C) 2021 - 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- #trying source from technosaurus, refer: #http://www.murga-linux.com/puppy/viewtopic.php?t=52235&start=30 glipper_build() { if [[ $libdir == *lib64 ]]; then sed -i -e 's%L/usr/X11R7/lib %L/usr/X11R7/lib64 %' build sed -i -e 's%/usr/lib/%/usr/lib64/%g' build fi ./build if [ -f glipper ];then cp -a -f glipper $root/usr/bin/ fi } custmain=glipper_build