clisp-gerekler

This commit is contained in:
milisarge 2017-05-11 10:53:14 +03:00
parent beb460fc03
commit fbd969bb5e
2 changed files with 7 additions and 7 deletions

View File

@ -9,10 +9,10 @@ release=1
source=(http://www.haible.de/bruno/gnu/${name}-${version}.tar.gz)
build() {
cd $name-$version
[ "`uname -m`" = "x86_64" ] && CONFIGFLAG="--with-pic"
./configure --prefix=/usr --mandir=/usr/share/man $CONFIGFLAG
make || make -j1
install -d $PKG/usr/share/{man,doc/ffcall-$version}
make DESTDIR=$PKG htmldir=/usr/share/doc/ffcall-$version install
cd $name-$version
[ "`uname -m`" = "x86_64" ] && CONFIGFLAG="--with-pic"
./configure --prefix=/usr --mandir=/usr/share/man $CONFIGFLAG
make || make -j1
install -d $PKG/usr/share/{man,doc/ffcall-$version}
make DESTDIR=$PKG htmldir=/usr/share/doc/ffcall-$version install
}

View File

@ -4,7 +4,7 @@
# Depends on:
name=libsigsegv
version=2.10
version=2.11
release=1
source=(http://ftp.gnu.org/gnu/libsigsegv/$name-$version.tar.gz)