wok-next diff get-wakoopa/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | d958fec46c9f |
children | 0cbe4b1f2230 |
line diff
1.1 --- a/get-wakoopa/receipt Tue Jul 10 20:08:05 2018 +0300 1.2 +++ b/get-wakoopa/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -1,19 +1,19 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="get-wakoopa" 1.8 VERSION="1.02" 1.9 CATEGORY="non-free" 1.10 -SHORT_DESC="Wakoopa is the perfect place to discover software and games online." 1.11 -MAINTAINER="rocky@slitaz.org" 1.12 +SHORT_DESC="Perfect place to discover software and games online" 1.13 +MAINTAINER="devel@slitaz.org" 1.14 LICENSE="BSD" 1.15 -WEB_SITE="http://wakoopa.com" 1.16 +WEB_SITE="http://wakoopa.com/" 1.17 REPOLOGY="-" 1.18 1.19 -TAGS="games" 1.20 +compile_rules() { 1.21 + install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE 1.22 +} 1.23 1.24 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 -genpkg_rules() 1.26 -{ 1.27 - mkdir -p $fs/usr/bin 1.28 - cp stuff/get-wakoopa $fs/usr/bin 1.29 +genpkg_rules() { 1.30 + copy @std 1.31 + TAGS="games" 1.32 }