wok view echinus/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
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 }