wok-next annotate wyrd/receipt @ rev 20861

gnutls: up (3.5.18); add libpsl and publicsuffix-list; sed: up (4.5); tar: up (1.30); tcpdump: up (4.9.2); wget: up (1.19.5); xz: up (5.2.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 28 00:30:02 2018 +0300 (2018-06-28)
parents 466bca9334ef
children d5aab818505e
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@20534 6 SHORT_DESC="Wyrd is a text-based front-end to Remind"
paul@7828 7 MAINTAINER="paul@slitaz.org"
pascal@15363 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="http://pessimization.com/software/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@20534 19 make -j1 DESTDIR=$DESTDIR 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 }