wok-next annotate 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
rev   line source
al@20534 1 # SliTaz package receipt v2.
paul@7828 2
paul@7828 3 PACKAGE="wyrd"
paul@7828 4 VERSION="1.4.5"
paul@7828 5 CATEGORY="utilities"
al@21020 6 SHORT_DESC="Text-based front-end to Remind"
paul@7828 7 MAINTAINER="paul@slitaz.org"
pascal@15363 8 LICENSE="GPL2"
pascal@21145 9 WEB_SITE="https://launchpad.net/wyrd"
al@20534 10
paul@7828 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@7828 12 WGET_URL="http://pessimization.com/software/wyrd/$TARBALL"
paul@7828 13
pascal@15363 14 BUILD_DEPENDS="ncurses-dev remind ocaml"
pascal@15363 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
al@20534 18 make -j1 &&
al@21020 19 make -j1 DESTDIR=$install install
paul@7828 20 }
paul@7828 21
al@20534 22 genpkg_rules() {
al@20534 23 copy @std
al@20534 24 DEPENDS="ncurses remind ocaml"
paul@7828 25 }