wok-next view echinus/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="echinus"
4 VERSION="0.4.0"
5 CATEGORY="x-window"
6 SHORT_DESC="A window manager for X in the spirit of dwm"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://plhk.ru/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 BUILD_DEPENDS="libx11-dev libxft-dev libxrandr-dev"
16 compile_rules() {
17 cp $stuff/config.mk .
19 make &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="libx11 libxft"
26 TAGS="window-manager"
27 }