wok-next diff tramys-client/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 | cd7906120828 |
children |
line diff
1.1 --- a/tramys-client/receipt Sat Jul 14 17:43:03 2018 +0300 1.2 +++ b/tramys-client/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -9,12 +9,9 @@ 1.4 WEB_SITE="http://www.slitaz.org/" 1.5 REPOLOGY="-" 1.6 1.7 -DEPENDS="yad" 1.8 -BUILD_DEPENDS="gettext" 1.9 +BUILD_DEPENDS="gettext-dev" 1.10 1.11 -# Rules to configure and make the package. 1.12 -compile_rules() 1.13 -{ 1.14 +compile_rules() { 1.15 install -Dm755 -o root $stuff/tramys2 $install/usr/bin/tramys2 1.16 install -Dm644 -o root $stuff/tramys2.desktop \ 1.17 $install/usr/share/applications/tramys2.desktop 1.18 @@ -26,8 +23,7 @@ 1.19 make clean 1.20 } 1.21 1.22 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.23 -genpkg_rules() 1.24 -{ 1.25 +genpkg_rules() { 1.26 cp -a $install/* $fs 1.27 + DEPENDS="yad" 1.28 }