wok view echinus/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents fcdd50638150
children 534b641abf16
line source
1 # SliTaz package receipt.
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="devl547@gmail.com"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.rootshell.be/~polachok/code/"
11 WGET_URL="$WEB_SITE/$TARBALL"
12 TAGS="window-manager"
14 BUILD_DEPENDS="xorg-libX11-dev xorg-libXft-dev xorg-libXrandr-dev"
15 DEPENDS="xorg-libX11 xorg-libXft"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cp $stuff/config.mk config.mk
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/share/examples $fs/usr/share
31 }