wok view nms/receipt @ rev 21621

linld: more ram for zImage (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 25 13:23:29 2019 +0200 (2019-05-25)
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 }