wok diff whdd/receipt @ rev 23039
updated libgooglepinyin and libgooglepinyin-dev (0.1.1 -> 0.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 04 09:31:52 2020 +0100 (2020-03-04) |
parents | |
children | 5ea0ce1cecc0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/whdd/receipt Wed Mar 04 09:31:52 2020 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="whdd" 1.7 +VERSION="3.0" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="HDD diagnostic and data recovery tool" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL3" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="https://whdd.github.io/" 1.14 +WGET_URL="https://github.com/whdd/whdd/archive/$VERSION.tar.gz" 1.15 + 1.16 +DEPENDS="ncursesw" 1.17 +BUILD_DEPENDS="ncursesw-dev dialog-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + export LDFLAGS="$LDFLAGS -lncursesw" 1.23 + ./build.sh 1.24 + make DESTDIR=$DESTDIR install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + cp -a $install/bin $fs 1.31 +}