milis/talimatname/genel/o/ois/talimat

26 lines
501 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Nesneye Yönelik Giriş Sistemi
# URL: http://sourceforge.net/projects/wgois
# Paketçi: Cihan_Alkan
# Gerekler: xorg-libxaw
# Grup:
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
}