wok-next view ncftp/receipt @ rev 21345
updated drbd-utils (9.11.0 -> 9.12.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 09 13:26:29 2020 +0100 (2020-04-09) |
parents | 757d032c55c7 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ncftp"
4 VERSION="3.2.5"
5 CATEGORY="network"
6 SHORT_DESC="A File Transfer Protocol client"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Artistic"
9 WEB_SITE="https://www.ncftp.com/ncftp/"
11 TARBALL="$PACKAGE-$VERSION-src.tar.bz2"
12 WGET_URL="ftp://ftp.ncftp.com/ncftp/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev"
16 compile_rules() {
17 ./configure &&
18 make &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="ncurses"
25 }