HOME / コンピュータTips / Solaris / コンパイル / Perl Module / AppConfig
perl -MCPAN -eshell
install AppConfig
AppConfig-1.66
WORK=ワークディレクトリ
mkdir ${WORK}/perl-AppConfig/AppConfig-1.66/
コピー
cat /usr/perl5/site_perl/5.8.4/i86pc-solaris-64int/auto/AppConfig/.packlist \ | cpio -pvdm ${WORK}/perl-AppConfig/AppConfig-1.66/
cd ../install_root
prototypeを作成
pkgproto . > prototype
出来たprototypeファイルから、prototypeのエントリを削除する。
f none prototype 0644 root root
その上で、下記の1行を追加。
i pkginfo
pkginfoを作成(\の行はつなぐこと)
PKG=JPCperl584-AppConfig NAME=perl-AppConfig-1.66 ARCH=i86pc VERSION=1.66 CATEGORY=application DESC=Perl5 module for reading configuration files and \ parsing command line arguments. VENDOR=JPC CLASSES=none BASEDIR=/
こんな自作シェルスクリプトを動かす
make_package.sh 01