wok annotate ncftp/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 3ba8d2c9720d
children 241fb98cab1c
rev   line source
pascal@15197 1 # SliTaz package receipt.
pascal@15197 2
pascal@15197 3 PACKAGE="ncftp"
Hans-G?nter@21525 4 VERSION="3.2.6"
pascal@15197 5 CATEGORY="network"
pascal@15197 6 SHORT_DESC="A File Transfer Protocol client."
pascal@15197 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="Artistic"
Hans-G?nter@21525 9 WEB_SITE="https://www.ncftp.com/ncftp/"
Hans-G?nter@21525 10
Hans-G?nter@21525 11 TARBALL="$PACKAGE-$VERSION-src.tar.xz"
pascal@15247 12 WGET_URL="ftp://ftp.ncftp.com/ncftp/$TARBALL"
pascal@15197 13
pascal@15197 14 DEPENDS="ncurses"
pascal@15197 15 BUILD_DEPENDS="ncurses-dev"
pascal@15197 16
pascal@15197 17 # Rules to configure and make the package.
pascal@15197 18 compile_rules()
pascal@15197 19 {
pascal@17672 20 export LDFLAGS="$LDFLAGS -ltinfo"
pascal@15197 21 ./configure --prefix=/usr --sysconfdir=/etc &&
pascal@15197 22 make &&
pascal@15197 23 make DESTDIR=$DESTDIR install
pascal@15197 24 }
pascal@15197 25
pascal@15197 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15197 27 genpkg_rules()
pascal@15197 28 {
pascal@15197 29 mkdir -p $fs/usr
pascal@15197 30 cp -a $install/usr/bin $fs/usr
pascal@15197 31 }