wok view nms/receipt @ rev 19639

slitaz-boot-scripts: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 20 16:19:33 2017 +0100 (2017-01-20)
parents
children 9820f9ae38d5
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://github.com/bartobri/no-more-secrets"
11 WGET_URL="git|git://github.com/bartobri/no-more-secrets"
13 DEPENDS="ncurses"
14 BUILD_DEPENDS="git bzip2 ncurses-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 make prefix=/usr DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }