wok annotate nms/receipt @ rev 22036
updated tiptop (2.2 -> 2.3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Oct 21 15:30:09 2019 +0100 (2019-10-21) |
parents | 9e247dfd5b85 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
paul@19551 | 1 # SliTaz package receipt. |
paul@19551 | 2 |
paul@19551 | 3 PACKAGE="nms" |
pascal@21242 | 4 VERSION="0.3.3" |
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" |
pascal@21242 | 9 TARBALL="no-more-secrets-$VERSION.tar.gz" |
paul@19551 | 10 WEB_SITE="https://github.com/bartobri/no-more-secrets" |
pascal@21242 | 11 WGET_URL="$WEB_SITE/archive/v$VERSION/$TARBALL" |
pascal@21242 | 12 PROVIDE="no-more-secrets" |
paul@19551 | 13 |
paul@19551 | 14 DEPENDS="ncurses" |
pascal@21242 | 15 BUILD_DEPENDS="ncurses-dev" |
paul@19551 | 16 |
paul@19551 | 17 # Rules to configure and make the package. |
paul@19551 | 18 compile_rules() |
paul@19551 | 19 { |
pascal@21242 | 20 make && |
paul@19551 | 21 make prefix=/usr DESTDIR=$DESTDIR install |
paul@19551 | 22 } |
paul@19551 | 23 |
paul@19551 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@19551 | 25 genpkg_rules() |
paul@19551 | 26 { |
paul@19551 | 27 mkdir -p $fs/usr |
paul@19551 | 28 cp -a $install/usr/bin $fs/usr |
paul@19551 | 29 } |