aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml-lablgtk/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ocaml-lablgtk/APKBUILD')
-rw-r--r--community/ocaml-lablgtk/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/ocaml-lablgtk/APKBUILD b/community/ocaml-lablgtk/APKBUILD
deleted file mode 100644
index 9df68c38154..00000000000
--- a/community/ocaml-lablgtk/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch>
-# Maintainer: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch>
-pkgname=ocaml-lablgtk
-_pkgname=lablgtk
-pkgver=2.18.11
-pkgrel=1
-pkgdesc="An OCaml interface to GTK+ 2.x"
-url="http://lablgtk.forge.ocamlcore.org/"
-arch="all !s390x !mips64" # limited by librsvg aport
-license="LGPL-2.1-or-later-WITH-OCaml-LGPL-linking-exception"
-depends="ocaml-runtime"
-depends_dev="$pkgname=$pkgver-r$pkgrel
- gtk+2.0-dev gtkspell-dev librsvg-dev gtksourceview2-dev"
-makedepends="$depends_dev ocaml ocaml-compiler-libs ocaml-ocamldoc
- ocaml-camlp4-dev ocaml-findlib"
-replaces="lablgtk"
-provides="lablgtk=$pkgver-r$pkgrel" # for backward compatibility
-subpackages="$pkgname-dev"
-source="$_pkgname-$pkgver.tar.gz::https://github.com/garrigue/lablgtk/archive/$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-options="!check textrels"
-
-build() {
- ./configure --prefix=/usr
- make -j1 world
- make -j1 opt
-}
-
-package() {
- make DESTDIR="$pkgdir" install
- rm -f "$pkgdir"/usr/lib/ocaml/ld.conf
-}
-
-sha512sums="adc840df68aa5f9541db44f888f344b313e40c7d8f5cd35f2a45f1bc84e7136dde4b39f873de011db5d5fdfd904c0a097cd9d105458ea9f483cdab3954a2ee05 lablgtk-2.18.11.tar.gz"