wok-next diff nms/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 9e247dfd5b85
children d5aab818505e
line diff
     1.1 --- a/nms/receipt	Sat Dec 10 09:51:54 2016 +0000
     1.2 +++ b/nms/receipt	Sun May 27 13:10:46 2018 +0300
     1.3 @@ -1,29 +1,24 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="nms"
     1.8  VERSION="10122016"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Decrypting effects for text."
    1.11 +SHORT_DESC="Decrypting effects for text"
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://github.com/bartobri/no-more-secrets"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://github.com/bartobri/no-more-secrets"
    1.18  WGET_URL="git|git://github.com/bartobri/no-more-secrets"
    1.19  
    1.20 -DEPENDS="ncurses"
    1.21  BUILD_DEPENDS="git bzip2 ncurses-dev"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	make
    1.27 +compile_rules() {
    1.28 +	make &&
    1.29  	make prefix=/usr DESTDIR=$DESTDIR install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	mkdir -p $fs/usr
    1.36 -	cp -a $install/usr/bin $fs/usr
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39 +	DEPENDS="ncurses"
    1.40  }
    1.41 -