wok-next diff echinus/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 | 5d53e8ccbc8d |
children | 5669e8b3be70 |
line diff
1.1 --- a/echinus/receipt Thu Jan 08 02:04:05 2015 +0200 1.2 +++ b/echinus/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -1,31 +1,27 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="echinus" 1.8 VERSION="0.4.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="A window manager for X in the spirit of dwm" 1.11 -MAINTAINER="devl547@gmail.com" 1.12 +MAINTAINER="devel@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://plhk.ru/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://www.rootshell.be/~polachok/code/" 1.18 WGET_URL="$WEB_SITE/$TARBALL" 1.19 -TAGS="window-manager" 1.20 1.21 BUILD_DEPENDS="xorg-libX11-dev xorg-libXft-dev xorg-libXrandr-dev" 1.22 -DEPENDS="xorg-libX11 xorg-libXft" 1.23 1.24 -# Rules to configure and make the package. 1.25 -compile_rules() 1.26 -{ 1.27 - cp $stuff/config.mk config.mk 1.28 +compile_rules() { 1.29 + cp $stuff/config.mk . 1.30 + 1.31 make && 1.32 - make DESTDIR=$DESTDIR install 1.33 + make DESTDIR=$install install 1.34 } 1.35 1.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.37 -genpkg_rules() 1.38 -{ 1.39 - mkdir -p $fs/usr/share 1.40 - cp -a $install/usr/bin $fs/usr 1.41 - cp -a $install/usr/share/examples $fs/usr/share 1.42 +genpkg_rules() { 1.43 + copy @std 1.44 + DEPENDS="xorg-libX11 xorg-libXft" 1.45 + TAGS="window-manager" 1.46 }