guile
This commit is contained in:
parent
6e8c5e9ae0
commit
7ea5307aaf
|
@ -1,7 +1,7 @@
|
||||||
# Description: Guile şemasında yazılmış sabır oyunları topluluğu
|
# Description: Guile şemasında yazılmış sabır oyunları topluluğu
|
||||||
# URL: https://wiki.gnome.org/Apps/Aisleriot
|
# URL: https://wiki.gnome.org/Apps/Aisleriot
|
||||||
# Packager: yasarciv67@gmail.com
|
# Packager: yasarciv67@gmail.com
|
||||||
# Depends on: intltool itstool docbook-xsl yelp-tools appstream-glib gnome-common gtk3 librsvg libcanberra gconf dconf tdb desktop-file-utils guile-no-runtime
|
# Depends on: intltool itstool docbook-xsl yelp-tools appstream-glib gnome-common gtk3 librsvg libcanberra gconf dconf tdb desktop-file-utils guile
|
||||||
|
|
||||||
name=aisleriot
|
name=aisleriot
|
||||||
version=3.22.2
|
version=3.22.2
|
||||||
|
|
|
@ -1,36 +0,0 @@
|
||||||
# Description: Guile, Scheme programlama dili için bir yorumlayıcı ve derleyicidir.
|
|
||||||
# URL: http://www.gnu.org/software/guile/guile.html
|
|
||||||
# Packager: milisarge
|
|
||||||
# Depends on: gc libunistring libffi
|
|
||||||
|
|
||||||
name=guile-no-runtime
|
|
||||||
_name=guile
|
|
||||||
version=2.2.2
|
|
||||||
release=1
|
|
||||||
source=(ftp://ftp.gnu.org/gnu/$_name/$_name-$version.tar.xz)
|
|
||||||
|
|
||||||
build() {
|
|
||||||
|
|
||||||
cd $_name-$version
|
|
||||||
|
|
||||||
./configure \
|
|
||||||
--prefix=/usr \
|
|
||||||
--disable-static
|
|
||||||
|
|
||||||
make
|
|
||||||
make html
|
|
||||||
|
|
||||||
makeinfo --plaintext -o doc/r5rs/r5rs.txt doc/r5rs/r5rs.texi
|
|
||||||
makeinfo --plaintext -o doc/ref/guile.txt doc/ref/guile.texi
|
|
||||||
|
|
||||||
make DESTDIR=$PKG install
|
|
||||||
make install-html
|
|
||||||
|
|
||||||
install -v -m755 -d $PKG/usr/share/gdb/auto-load/usr/lib
|
|
||||||
mv $PKG/usr/lib/libguile-*-gdb.scm $PKG/usr/share/gdb/auto-load/usr/lib
|
|
||||||
install -v -m755 -d $PKG/usr/share/doc/guile-2.0.11
|
|
||||||
|
|
||||||
find examples -name "Makefile*" -delete
|
|
||||||
unset DIRNAME
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue