diff options
-rw-r--r-- | pcr/ocaml-biniou/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/pcr/ocaml-biniou/PKGBUILD b/pcr/ocaml-biniou/PKGBUILD deleted file mode 100644 index 335da3185..000000000 --- a/pcr/ocaml-biniou/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Maintainer (Arch): Leonard de Ruijter <dev@systeemdenker.nl> -# Contributor (Arch): Serge Zirukin <ftrvxmtrx@gmail.com> -# Contributor (Arch): Sergei Lebedev <superbobry@gmail.com> -# Contributor (Arch): Justin Davis <jrcd 83 at gmail> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> - -pkgname=ocaml-biniou -_oname=biniou -pkgver=1.0.11 -pkgrel=1 -pkgdesc='A binary data serialization format inspired by JSON' -arch=('i686' 'x86_64') -options=('!strip' '!makeflags' 'staticlibs') -license=('BSD') -depends=('glibc') -makedepends=('ocaml-easy-format' 'ocaml-findlib') -url='http://mjambon.com/biniou.html' -source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz") -sha256sums=('e92141c8edfdaaf011f198729b4df0589421f982da061375c8e3fc194503f074') -build() { - cd $srcdir/$_oname-$pkgver - make && make doc -} - -package() { - cd $srcdir/$_oname-$pkgver - mkdir -p $pkgdir/usr/bin $pkgdir$(ocamlfind printconf destdir) - make OCAMLFIND_DESTDIR=${pkgdir}$(ocamlfind printconf destdir) install BINDIR="${pkgdir}/usr/bin" - install -dm755 "${pkgdir}/usr/share/doc/$pkgname" - install -t "${pkgdir}/usr/share/doc/$pkgname" doc/* -} |