milis/talimatname/genel/r/ragel/talimat

20 lines
508 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: Sonlu durum makinelerini düzenli dillerden çalıştırılabilir C, C ++, Objective-C veya D koduna derler.
# URL: http://www.complang.org/ragel/
# Paketçi: Cihan Alkan
# Gerekler:
# Grup: geliştirme
isim=ragel
surum=6.10
devir=1
kaynak=(https://www.colm.net/files/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr CXXFLAGS="$CXXFLAGS -std=gnu++98"
make
make DESTDIR=$PKG install
install -m0644 -D ragel.vim "$PKG"/usr/share/vim/vimfiles/syntax/ragel.vim
}