New package: guile-2.0.9.

This commit is contained in:
xdave 2013-07-27 22:40:17 -06:00
parent 79089199ec
commit 2d7ca1f98c
4 changed files with 45 additions and 0 deletions

View File

@ -1382,3 +1382,4 @@ libgda-ui-5.0.so.4 libgda-5.1.2_1
libgda-xslt-5.0.so.4 libgda-5.1.2_1
libdevhelp-3.so.2 devhelp-libs-3.8.2_1
libunistring.so.0 libunistring-0.9.3_1
libguile-2.0.so.22 guile-2.0.9_1

1
srcpkgs/guile-devel Symbolic link
View File

@ -0,0 +1 @@
guile

1
srcpkgs/guile-docs Symbolic link
View File

@ -0,0 +1 @@
guile

42
srcpkgs/guile/template Normal file
View File

@ -0,0 +1,42 @@
# Template build file for 'guile'.
pkgname=guile
version=2.0.9
revision=1
build_style=gnu-configure
short_desc="A portable, embeddable Scheme implementation written in C"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL"
homepage="http://www.gnu.org/software/${pkgname}"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=b24a112456702bf479395a1ac0b038fecafc8a252f6af798006312a7251315e7
long_desc="
Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official
extension language (Scheme) for the GNU operating system."
hostmakedepends="pkg-config texinfo"
makedepends="libltdl-devel libunistring-devel libffi-devel gc-devel
ncurses-devel"
guile-devel_package() {
short_desc+=" (Development files)"
depends="guile"
pkg_install() {
vmove usr/share/aclocal
vmove usr/lib/libguile*.a
vmove usr/lib/pkgconfig
}
}
guile-docs_package() {
short_desc+=" (Documentation)"
pkg_install() {
vmove usr/share/info
vmove usr/share/man
}
}
guile_package() {
pkg_install() {
vmove usr
}
}