wok view echinus/receipt @ rev 16585

Add fritzing (let creat electronics shems for PiClass)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 04 14:12:00 2014 +0200 (2014-05-04)
parents d1768332cee0
children 5d53e8ccbc8d
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"
13 BUILD_DEPENDS="xorg-libX11-dev xorg-libXft-dev xorg-libXrandr-dev"
14 DEPENDS="xorg-libX11 xorg-libXft"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
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 }