wok view nms/receipt @ rev 23636

updated sdcc (3.9.0 -> 4.0.0)
author Hans-G?nter Theisgen
date Mon Apr 20 09:50:00 2020 +0100 (2020-04-20)
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 }