From 78f5a9b6ebbe30b58ef9d80541af6c8255b558fb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jun 2014 09:49:40 +0200 Subject: [PATCH] ocaml-findlib: broken and unmaintained; feel free to fix it. --- srcpkgs/ocaml-findlib/template | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 srcpkgs/ocaml-findlib/template diff --git a/srcpkgs/ocaml-findlib/template b/srcpkgs/ocaml-findlib/template deleted file mode 100644 index 76d1aa2c2c..0000000000 --- a/srcpkgs/ocaml-findlib/template +++ /dev/null @@ -1,27 +0,0 @@ -# Template file for 'ocaml-findlib' -pkgname=ocaml-findlib -version=1.3.3 -revision=4 -wrksrc="findlib-${version}" -makedepends="ocaml-compiler-libs" -short_desc="O'Caml library manager" -maintainer="Juan RP " -homepage="http://projects.camlcity.org/projects/findlib.html" -license="MIT/X11" -distfiles="http://download.camlcity.org/download/findlib-${version}.tar.gz" -checksum=981f5c67118a2be015efa79f3af3cb0063376b93123b5d695e7cb5c586b1d45c - -conf_files="/etc/${pkgname}.conf" -nostrip=yes - -do_configure() { - ./configure -bindir /usr/bin -mandir /usr/share/man -config /etc/${pkgname}.conf -} - -do_build() { - make ${makejobs} -} - -do_install() { - make prefix=${DESTDIR} install -}