wok-next view wyrd/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wyrd"
4 VERSION="1.4.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Text-based front-end to Remind"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://launchpad.net/wyrd"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://pessimization.com/software/wyrd/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev remind ocaml"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make -j1 &&
19 make -j1 DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="ncurses remind ocaml"
25 }