wok annotate 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
rev   line source
paul@19551 1 # SliTaz package receipt.
paul@19551 2
paul@19551 3 PACKAGE="nms"
paul@19551 4 VERSION="10122016"
paul@19551 5 CATEGORY="utilities"
paul@19551 6 SHORT_DESC="Decrypting effects for text."
paul@19551 7 MAINTAINER="paul@slitaz.org"
paul@19551 8 LICENSE="GPL3"
paul@19551 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@19551 10 WEB_SITE="https://github.com/bartobri/no-more-secrets"
paul@19551 11 WGET_URL="git|git://github.com/bartobri/no-more-secrets"
paul@19551 12
paul@19551 13 DEPENDS="ncurses"
paul@19551 14 BUILD_DEPENDS="git bzip2 ncurses-dev"
paul@19551 15
paul@19551 16 # Rules to configure and make the package.
paul@19551 17 compile_rules()
paul@19551 18 {
paul@19551 19 make
paul@19551 20 make prefix=/usr DESTDIR=$DESTDIR install
paul@19551 21 }
paul@19551 22
paul@19551 23 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@19551 24 genpkg_rules()
paul@19551 25 {
paul@19551 26 mkdir -p $fs/usr
paul@19551 27 cp -a $install/usr/bin $fs/usr
paul@19551 28 }
paul@19551 29