wok annotate echinus/receipt @ rev 15763
Up tazinst-gui (3.92)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 05 22:37:47 2014 +0100 (2014-01-05) |
parents | d1768332cee0 |
children | 5d53e8ccbc8d |
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" |
pascal@15588 | 12 |
pascal@8940 | 13 BUILD_DEPENDS="xorg-libX11-dev xorg-libXft-dev xorg-libXrandr-dev" |
devl547@5632 | 14 DEPENDS="xorg-libX11 xorg-libXft" |
devl547@5632 | 15 |
devl547@5632 | 16 # Rules to configure and make the package. |
devl547@5632 | 17 compile_rules() |
devl547@5632 | 18 { |
devl547@5632 | 19 cd $src |
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 } |