swig.guncellendi
This commit is contained in:
parent
3d87df6153
commit
1fd6949ab3
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue