wok-next view nms/receipt @ rev 21158
tor 0.3.5.7
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Thu Feb 07 06:59:40 2019 +0000 (2019-02-07) |
parents | d5aab818505e |
children | dbc201d673f5 |
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"
15 DEPENDS="ncurses"
17 compile_rules() {
18 make &&
19 make prefix=/usr DESTDIR=$install install
20 }