* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / x11 / glipper-lite / glipper-lite.conf
blobb77b5612a21f02b3e39b7aa1682eca026b29999b
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/glipper-lite/glipper-lite.conf
3 # Copyright (C) 2021 - 2023 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 #trying source from technosaurus, refer:
13 #http://www.murga-linux.com/puppy/viewtopic.php?t=52235&start=30
15 glipper_build() {
16  if [[ $libdir == *lib64 ]]; then
17   sed -i -e 's%L/usr/X11R7/lib %L/usr/X11R7/lib64 %' build
18   sed -i -e 's%/usr/lib/%/usr/lib64/%g' build
19  fi
20  ./build
21  if [ -f glipper ];then
22   cp -a -f glipper $root/usr/bin/
23  fi
25 custmain=glipper_build