wok-next view nms/receipt @ rev 21031

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 15:42:26 2018 +0200 (2018-11-03)
parents d43bf7aae921
children d635206a5649
line source
1 # SliTaz package receipt v2.
3 PACKAGE="nms"
4 VERSION="10122016"
5 CATEGORY="utilities"
6 SHORT_DESC="Decrypting effects for text"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/bartobri/no-more-secrets"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://github.com/bartobri/no-more-secrets"
14 BUILD_DEPENDS="git bzip2 ncurses-dev"
16 compile_rules() {
17 make &&
18 make prefix=/usr DESTDIR=$install install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="ncurses"
24 }