• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

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

File Info

Rev. 95e86134c8fb3b859e2cc7a7d77897d1ecd8009d
크기 752 bytes
Time 2024-06-25 14:59:32
Author matsuand
Log Message

Update:
* Module-Build-0.4234
* Pod-Parser-1.67
* Xorg/gdk-pixbuf-2.42.12
* apt-2.9.5
* doxygen-1.11.0
* dpkg-1.22.6
* emacs-29.3
* gc-8.2.6
* giflib-5.2.2
* glib-2.80.3
* libatomic_ops-7.8.2
* libgcrypt-1.11.0
* libgpg-error-1.50
* libmd-1.1.0
* packaging-24.1
* po4a-0.73
* w3m-0.5.3-git20230121
* xxhash-0.8.2

Modify:
* triehash
* xmlto

Add:
* ExtUtils-CChecker
* Syntax-Keyword-Try
* XS-Parse-Keyword
* googletest
* zsh

Content

#!/bin/sh

. ./_blfsset.sh

APPNAME=libgpg-error
VER=1.50
TARGET=$APPNAME-$VER
TARGETBALL=$DLD/$TARGET.tar.bz2
TARGETDIR=$TARGET

echo $TARGET

. $WRK/_checkRequired.sh ""
. $WRK/_checkOptions.sh  ""
. $WRK/_checkTarball.sh
. $WRK/_checkExit.sh "$1" || exit $?

cd $SRC
RemoveSrcDir
Extract

TimeStart

cd $TARGETDIR

Configuring
./configure --prefix=/usr \
	1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1

Making
make \
	1> $LOG/$TARGET.2_make.log 2>&1 || exit 1

Installing
porg -lp $TARGET -E$PWD "make install" \
	1> $LOG/$TARGET.3_install.log 2>&1 || exit 1

#porg -lp+ $TARGET "install -v -m644 -D README \
#                    /usr/share/doc/libgpg-error-$VER/README" \
#	1>> $LOG/$TARGET.3_install.log 2>&1

TimeEnd

cd ..
RemoveSrcDir
PorgingDone