milis/talimatname/genel/l/lazarus/talimat

25 lines
586 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: fpc için arayüz
# URL: http://www.lazarus-ide.org/
# Paketçi: milisarge
# Gerekler: fpc fpc-src gdb gtk2
name=lazarus
version=1.6.4
release=1
source=(http://sourceforge.net/projects/$name/files/Lazarus%20Zip%20_%20GZip/Lazarus%20$version/$name-$version-0.tar.gz)
derle() {
cd $name
MAKEFLAGS="$(echo "$MAKEFLAGS" | sed "s/-j[[:digit:]]\+\s\?//")" make bigide
make install PREFIX=$PKG/usr
find $PKG \
\( \
-name "*README*" -o \
-name "*BUGS*" -o \
-name "*TODOS*" -o \
-name "*COPYING*" -o \
-name "*INSTALL*" -o \
-name "*ChangeLog*" \
\) -delete
}