wok-6.x diff nms/receipt @ rev 22722
updated fftw and fftw-dev (3.3.4 -> 3.3.8)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 22 17:37:11 2020 +0100 (2020-01-22) |
parents | 9e247dfd5b85 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/nms/receipt Sat Dec 10 09:51:54 2016 +0000 1.2 +++ b/nms/receipt Wed Jan 22 17:37:11 2020 +0100 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nms" 1.7 -VERSION="10122016" 1.8 +VERSION="0.3.3" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Decrypting effects for text." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="GPL3" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +TARBALL="no-more-secrets-$VERSION.tar.gz" 1.15 WEB_SITE="https://github.com/bartobri/no-more-secrets" 1.16 -WGET_URL="git|git://github.com/bartobri/no-more-secrets" 1.17 +WGET_URL="$WEB_SITE/archive/v$VERSION/$TARBALL" 1.18 +PROVIDE="no-more-secrets" 1.19 1.20 DEPENDS="ncurses" 1.21 -BUILD_DEPENDS="git bzip2 ncurses-dev" 1.22 +BUILD_DEPENDS="ncurses-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - make 1.28 + make && 1.29 make prefix=/usr DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 @@ -26,4 +27,3 @@ 1.33 mkdir -p $fs/usr 1.34 cp -a $install/usr/bin $fs/usr 1.35 } 1.36 -