swig.guncellendi
This commit is contained in:
parent
3d87df6153
commit
1fd6949ab3
1 changed files with 6 additions and 11 deletions
|
@ -4,20 +4,15 @@
|
||||||
# Depends on: pcre
|
# Depends on: pcre
|
||||||
|
|
||||||
name=swig
|
name=swig
|
||||||
version=3.0.8
|
version=3.0.12
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=("http://downloads.sourceforge.net/$name/$name-$version.tar.gz")
|
source=("http://downloads.sourceforge.net/$name/$name-$version.tar.gz")
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr
|
||||||
--without-clisp \
|
make
|
||||||
--without-maximum-compile-warnings
|
make DESTDIR=$PKG install
|
||||||
make
|
install -D -m644 LICENSE $PKG/usr/share/licenses/$name/LICENSE
|
||||||
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
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue