wok-next annotate ncftp/receipt @ rev 20513

A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 15:58:17 2018 +0200 (2018-03-21)
parents 466bca9334ef
children 757d032c55c7
rev   line source
al@20513 1 # SliTaz package receipt v2.
pascal@15197 2
pascal@15197 3 PACKAGE="ncftp"
pascal@15197 4 VERSION="3.2.5"
pascal@15197 5 CATEGORY="network"
al@20513 6 SHORT_DESC="A File Transfer Protocol client"
pascal@15197 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="Artistic"
al@20513 9 WEB_SITE="http://www.ncftp.com/ncftp/"
al@20513 10
pascal@15197 11 TARBALL="$PACKAGE-$VERSION-src.tar.bz2"
pascal@15247 12 WGET_URL="ftp://ftp.ncftp.com/ncftp/$TARBALL"
pascal@15197 13
pascal@15197 14 BUILD_DEPENDS="ncurses-dev"
pascal@15197 15
al@20513 16 compile_rules() {
al@20513 17 ./configure \
al@20513 18 --prefix=/usr \
al@20513 19 --sysconfdir=/etc &&
pascal@15197 20 make &&
pascal@15197 21 make DESTDIR=$DESTDIR install
pascal@15197 22 }
pascal@15197 23
al@20513 24 genpkg_rules() {
al@20513 25 copy @std
al@20513 26 DEPENDS="ncurses"
pascal@15197 27 }