wok annotate echinus/receipt @ rev 20435

Up radare2 (2.7.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 09 10:01:41 2018 +0200 (2018-09-09)
parents fcdd50638150
children 534b641abf16
rev   line source
devl547@5632 1 # SliTaz package receipt.
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"
devl547@5632 7 MAINTAINER="devl547@gmail.com"
pascal@15588 8 LICENSE="MIT"
devl547@5632 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
devl547@5632 10 WEB_SITE="http://www.rootshell.be/~polachok/code/"
devl547@5632 11 WGET_URL="$WEB_SITE/$TARBALL"
al@17501 12 TAGS="window-manager"
pascal@15588 13
pascal@8940 14 BUILD_DEPENDS="xorg-libX11-dev xorg-libXft-dev xorg-libXrandr-dev"
devl547@5632 15 DEPENDS="xorg-libX11 xorg-libXft"
devl547@5632 16
devl547@5632 17 # Rules to configure and make the package.
devl547@5632 18 compile_rules()
devl547@5632 19 {
slaxemulator@9700 20 cp $stuff/config.mk config.mk
devl547@5632 21 make &&
pascal@15588 22 make DESTDIR=$DESTDIR install
devl547@5632 23 }
devl547@5632 24
devl547@5632 25 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5632 26 genpkg_rules()
devl547@5632 27 {
devl547@5632 28 mkdir -p $fs/usr/share
pascal@15588 29 cp -a $install/usr/bin $fs/usr
pascal@15588 30 cp -a $install/usr/share/examples $fs/usr/share
devl547@5632 31 }