wok-next annotate echinus/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
devl547@5632 2
devl547@5632 3 PACKAGE="echinus"
devl547@5632 4 VERSION="0.4.0"
devl547@5632 5 CATEGORY="x-window"
devl547@5632 6 SHORT_DESC="A window manager for X in the spirit of dwm"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15588 8 LICENSE="MIT"
al@21020 9 WEB_SITE="https://plhk.ru/"
al@21020 10
devl547@5632 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
devl547@5632 12 WGET_URL="$WEB_SITE/$TARBALL"
pascal@15588 13
al@21078 14 BUILD_DEPENDS="libx11-dev libxft-dev libxrandr-dev"
devl547@5632 15
al@21020 16 compile_rules() {
al@21020 17 cp $stuff/config.mk .
al@21020 18
devl547@5632 19 make &&
al@21020 20 make DESTDIR=$install install
devl547@5632 21 }
devl547@5632 22
al@21020 23 genpkg_rules() {
al@21020 24 copy @std
al@21078 25 DEPENDS="libx11 libxft"
al@21020 26 TAGS="window-manager"
devl547@5632 27 }