![]() ![]() | ![]() |
Finishing touches for Solaris packaging
#!/usr/bin/bash PKG=CLDfreem ARCH=sparc PKGFILE=${PKG}-${ARCH}.pkg cat <<EOF > pkginfo PKG=${PKG} NAME=Coherent Logic Development FreeM programming language and database. ARCH=sparcv9 VERSION=$(cat sem.ver) CATEGORY=application BASEDIR=/usr/local EOF pkgmk -o -d /tmp -a ${ARCH} touch ${PKGFILE} pkgtrans -s /tmp ${PKGFILE} ${PKG} rm -r /tmp/${PKG}