summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-03-12 16:26:52 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-03-12 16:26:52 -0500
commit96de51c74f1b9e8b85d6994dd2fd46837da8464e (patch)
treec511a3dfdbe10a99c7a62f4c94c51bd83b9de35b /pcr
parenta0b40da8e9a1a9f56e8e24762d8192e2f4d35472 (diff)
downloadabslibre-96de51c74f1b9e8b85d6994dd2fd46837da8464e.tar.gz
abslibre-96de51c74f1b9e8b85d6994dd2fd46837da8464e.tar.bz2
abslibre-96de51c74f1b9e8b85d6994dd2fd46837da8464e.zip
Removing ocaml-easy-format: This package is in [community] repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/ocaml-easy-format/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/ocaml-easy-format/PKGBUILD b/pcr/ocaml-easy-format/PKGBUILD
deleted file mode 100644
index 1aaf766e4..000000000
--- a/pcr/ocaml-easy-format/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer (Arch): Leonard de Ruijter <alderuijter@gmail.com>
-# Contributor (Arch): Serge Zirukin <ftrvxmtrx@gmail.com>
-# Contributor (Arch): Sergei Lebedev <superbobry@gmail.com>
-# Contributor (Arch): kfgz <kfgz at interia pl>
-# Contributor (Arch): Justin Davis <jrcd 83 at gmail>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=ocaml-easy-format
-_oname=easy-format
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Data pretty printing made easy"
-url="http://mjambon.com/easy-format.html"
-arch=('i686' 'x86_64')
-options=('!strip' 'staticlibs')
-license=('BSD')
-makedepends=('ocaml-findlib')
-source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
-sha256sums=('a288fabcdc19c2262e76cf93e0fd987fe1b21493edd13309522fbae405329ffd')
-build() {
- cd $srcdir/$_oname-$pkgver
- make
-}
-
-package() {
- cd $srcdir/$_oname-$pkgver
- mkdir -p ${pkgdir}$(ocamlfind printconf destdir)
- make OCAMLFIND_DESTDIR=${pkgdir}$(ocamlfind printconf destdir) install
-}