milis/talimatname/genel/s/squeak-vm/talimat

24 lines
584 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: Smalltalk programlama dili ve ortamının tam özellikli uygulanması
# URL: http://squeakvm.org
# Paketçi: Cihan Alkan
# Gerekler: cmake xorg-libxrender pulseaudio
# Grup: geliştirme
isim=squeak-vm
surum=4.10.2.2614
devir=1
kaynak=(http://squeakvm.org/unix/release/Squeak-$surum-src.tar.gz)
derle() {
cd "$SRC"/Squeak-$surum-src
./unix/cmake/configure --prefix=/usr --without-quartz --with-x \
--enable-mpg-mmx
make
make DESTDIR="$PKG"/ install
install -Dm644 "$SRC"/Squeak-$surum-src/unix/doc/LICENSE \
"$PKG"/usr/share/licenses/$isim/LICENSE
}