wok-next view nms/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents d635206a5649
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="nms"
4 VERSION="0.3.3"
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="no-more-secrets-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/v$VERSION/$TARBALL"
13 PROVIDE="no-more-secrets"
15 BUILD_DEPENDS="ncurses-dev"
16 DEPENDS="ncurses"
18 compile_rules() {
19 make &&
20 make prefix=/usr DESTDIR=$install install
21 }