milis/talimatname/genel/a/ats2-postiats/talimat

27 lines
806 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Statik tip tanımlamalı programlama dilleri
# URL: http://www.ats-lang.org/
# Paketçi: milisarge
# Gerekler:
# Grup: geliştirme
isim=ats2-postiats
surum=0.3.6
devir=1
kaynak=(https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-$surum/ATS2-Postiats-$surum.tgz)
_isim=ATS2-Postiats
derle() {
cd "${SRC}/${_name}-${surum}"
./autogen.sh
./configure --prefix=/usr
mkdir -p $PKG/usr/lib/ats2-postiats-0.3.6/bin/
make -j1 all
make DESTDIR="${PKG}" install
local profiled="${PKG}/etc/profile.d"
local patshome="/usr/lib/${isim}-${surum}"
mkdir -p "${profiled}"
echo "export PATSHOME=${patshome}" > "${profiled}/${isim}.sh"
echo "setenv PATSHOME ${patshome}" > "${profiled}/${isim}.csh"
chmod 0755 "${profiled}/${isim}.sh" "${profiled}/${isim}.csh"
}