wok-next view units/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a2435e498d16
children
line source
1 # SliTaz package receipt.
3 PACKAGE="units"
4 VERSION="2.02"
5 CATEGORY="utilities"
6 SHORT_DESC="Units converter"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.gnu.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ftp.gnu.org/gnu/units/$TARBALL"
14 BUILD_DEPENDS="readline-dev ncurses-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make -j1 DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="readline ncurses"
25 SUGGESTED="python" # to run units_cur
26 }