milis/talimatname/genel/swig/talimat

24 lines
566 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: SWIG Basitleştirilmiş Sarmalayıcı ve Arayüz Jeneratörü
# URL: http://www.swig.org/
# Packager: milisarge
# Depends on: pcre
name=swig
version=3.0.8
release=1
source=("http://downloads.sourceforge.net/$name/$name-$version.tar.gz")
build() {
cd $name-$version
./configure --prefix=/usr \
--without-clisp \
--without-maximum-compile-warnings
make
make DESTDIR=$PKG install
install -v -m755 -d $PKG/usr/share/doc/$name-$version
cp -v -R Doc/* \
$PKG/usr/share/doc/$name-$version
install -D -m644 LICENSE $PKG/usr/share/licenses/$name/LICENSE
}