milis/talimatname/genel/fpc-src/talimat

26 lines
590 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.

# Description: fpc kaynak kodları
# URL: http://www.lazarus-ide.org/
# Packager: milisarge
# Depends on: fpc
name=fpc-src
version=2.6.4
release=1
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$version/source/fpcbuild-$version.tar.gz)
build() {
cd fpcbuild-$version/fpcsrc
mkdir -p $PKG/usr/lib/fpc/src
cp -R . $PKG/usr/lib/fpc/src
find $PKG/usr/lib/fpc/src \
\( \
-name '*README*' -o \
-name '*INSTALL*' -o \
-name '*COPYING*' -o \
-name '*ChangeLog*' -o \
-name '*TODO*' -o \
-name '*AUTHORS*' \
\) -delete
}