From 7a3611f5caa5e34c1f2b582640f97b733110ae63 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 9 Jan 2012 13:47:51 +0000 Subject: Mon Jan 9 13:47:49 UTC 2012 --- community/ocaml-ounit/PKGBUILD | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 community/ocaml-ounit/PKGBUILD (limited to 'community/ocaml-ounit/PKGBUILD') diff --git a/community/ocaml-ounit/PKGBUILD b/community/ocaml-ounit/PKGBUILD deleted file mode 100644 index 1ac2c7445..000000000 --- a/community/ocaml-ounit/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Maintainer: Thomas S Hatch -# Contributor: Sebastian Wiesner -# Contributor: Benjamin Andresen -# Sylvester Johansson -pkgname=ocaml-ounit -pkgver=1.1.0 -pkgrel=4 -arch=('i686' 'x86_64') -license=('MIT') -pkgdesc="Unit testing framework for OCaml" -url="http://ounit.forge.ocamlcore.org/index.php" -depends=('ocaml') -makedepends=('ocaml-findlib') -options=('!strip') -source=("https://forge.ocamlcore.org/frs/download.php/495/ounit-${pkgver}.tar.gz") -md5sums=('bf82bd7f8853cd9a1aff7be716192643') - -_OCAMLFIND_DESTDIR="${pkgdir}/usr/lib/ocaml" - -build() { - cd "${srcdir}/ounit-${pkgver}" - ocaml setup.ml -configure --destdir "${pkgdir}" - ocaml setup.ml -build -} - -package() { - cd "${srcdir}/ounit-${pkgver}" - mkdir -p $_OCAMLFIND_DESTDIR - env OCAMLFIND_DESTDIR=$_OCAMLFIND_DESTDIR \ - ocaml setup.ml -install - install -Dm 644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt -} -- cgit v1.2.3-54-g00ecf