milis/talimatname/genel/o/ois/talimat

26 lines
507 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: Nesneye Yönelik Giriş Sistemi
# URL: http://sourceforge.net/projects/wgois
# Paketçi: Cihan_Alkan
# Gerekler: xorg-libxaw
# Grup: sistem
isim=ois
surum=1.3
devir=1
_oisver=${surum/./-}
kaynak=(https://downloads.sourceforge.net/project/wgois/Source%20Release/${surum}/ois_v${_oisver}.tar.gz
gcc47.patch)
derle() {
cd ${SRC}/${isim}-v${_oisver}
patch -Np1 < ${SRC}/gcc47.patch
chmod +x bootstrap
./bootstrap
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
}