wok view nms/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
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 }