• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision16a4fd48c0e4d3b0279ba8e565ecdf5c6015c667 (tree)
Time2023-04-16 11:16:55
Authormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Add.

Change Summary

Incremental Difference

--- /dev/null
+++ b/BLFS/ufw.sh
@@ -0,0 +1,36 @@
1+#!/bin/sh
2+
3+. ./_blfsset.sh
4+
5+APPNAME=ufw
6+VER=0.36.1
7+TARGET=$APPNAME-$VER
8+TARGETBALL=$DLD/$TARGET.tar.gz
9+TARGETDIR=$TARGET
10+
11+echo $TARGET
12+
13+. $WRK/_checkRequired.sh ""
14+. $WRK/_checkOptions.sh ""
15+. $WRK/_checkTarball.sh
16+. $WRK/_checkExit.sh "$1" || exit $?
17+
18+cd $SRC
19+RemoveSrcDir
20+Extract
21+
22+TimeStart
23+
24+cd $TARGETDIR
25+
26+Installing
27+porg -lp $TARGET -E$PWD "\
28+python3 ./setup.py install" \
29+ 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
30+
31+TimeEnd
32+
33+cd ..
34+RemoveSrcDir
35+PorgingDone
36+