swig.guncellendi

This commit is contained in:
milisbir 2017-10-10 20:10:46 +03:00
parent 3d87df6153
commit 1fd6949ab3
1 changed files with 6 additions and 11 deletions

View File

@ -4,20 +4,15 @@
# Depends on: pcre
name=swig
version=3.0.8
version=3.0.12
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
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m644 LICENSE $PKG/usr/share/licenses/$name/LICENSE
}