wok view nms/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 9e247dfd5b85
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
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 TARBALL="no-more-secrets-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/bartobri/no-more-secrets"
11 WGET_URL="$WEB_SITE/archive/v$VERSION/$TARBALL"
12 PROVIDE="no-more-secrets"
14 DEPENDS="ncurses"
15 BUILD_DEPENDS="ncurses-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make &&
21 make prefix=/usr DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }