~alpine/aports

[alpine-aports] [PATCH] testing/ocaml-calendar: new aport

Fernando Casas Schössow <casasfernando@outlook.com>
Details
Message ID
<VI1PR0602MB3245BF08F8C60FA897CEAE9EA4680@VI1PR0602MB3245.eurprd06.prod.outlook.com>
Sender timestamp
1549497705
DKIM signature
missing
Download raw message
Patch: +38 -0
http://calendar.forge.ocamlcore.org/
Objective Caml library for managing dates and times
---
 testing/ocaml-calendar/APKBUILD | 38 +++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 testing/ocaml-calendar/APKBUILD

diff --git a/testing/ocaml-calendar/APKBUILD b/testing/ocaml-calendar/APKBUILD
new file mode 100644
index 0000000000..864f495450
--- /dev/null
+++ b/testing/ocaml-calendar/APKBUILD
@@ -0,0 +1,38 @@
# Contributor: Fernando Casas Schossow <casasfernando@outlook.com>
# Maintainer: Fernando Casas Schossow <casasfernando@outlook.com>
pkgname=ocaml-calendar
pkgver=2.03.2
pkgrel=0
pkgdesc="Objective Caml library for managing dates and times"
url="http://calendar.forge.ocamlcore.org/"
arch="all"
license="LGPL-2.1-or-later-WITH-linking-exception"
makedepends="ocaml ocaml-findlib-dev ocaml-ocamldoc gawk"
subpackages="$pkgname-dev $pkgname-doc"
source="http://forge.ocamlcore.org/frs/download.php/915/calendar-2.03.2.tar.gz"
builddir="$srcdir/calendar-$pkgver"

build() {
	cd "$builddir"
	./configure --prefix=/usr
	make
	make doc
}

check() {
	cd "$builddir"
	make tests
}

package() {
	cd "$builddir"
	export DESTDIR="$pkgdir"
	export OCAMLFIND_DESTDIR="$DESTDIR/usr/lib/ocaml"
	mkdir -p "$OCAMLFIND_DESTDIR"
	make install
	install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
	install -D -m644 LGPL "$pkgdir/usr/share/licenses/$pkgname/LGPL"
	install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

sha512sums="c6acc326aaed77d238126f8723a8e3e4054808ddfef974d9aead39731f4ab9f386eff2f34aab17e4eade3825dd1e3b708a404ecde3fc9b82416482c7095de82b  calendar-2.03.2.tar.gz"
-- 
2.20.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)