Skip to content
Snippets Groups Projects
Commit aa1451cd authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

testing/ocamlclean: new aport

parent 08e0ea5a
No related branches found
No related tags found
No related merge requests found
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ocamlclean
pkgver=2.1
pkgrel=0
pkgdesc="OCaml Bytecode Cleaner"
url="http://www.algo-prog.info/ocapic/web/index.php?id=OCAPIC:OCamlClean"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
license="CECILL-2.0"
makedepends="bash ocaml ocamlbuild"
subpackages="$pkgname-doc"
# backup: https://github.com/bvaugon/ocamlclean
source="$pkgname-$pkgver.tar.bz2::http://www.algo-prog.info/ocapic/web/lib/exe/fetch.php?media=ocapic:$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
./configure \
-prefix "$pkgdir/usr" \
-mandir "$pkgdir/usr/share/man"
make
}
package() {
cd "$builddir"
make install
}
sha512sums="6554f452c48c853fed4587456c582f31a47d947772975ba17e5a4cbb566fa61ed996dee23ec83fe360c7bcf65cc9f8544c78491769e8546b05dbada53b4cf73d ocamlclean-2.1.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment