wok-next annotate echinus/receipt @ rev 19424
Up palemoon (26.5.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Sep 30 21:17:41 2016 +0200 (2016-09-30) |
parents | fcdd50638150 |
children | d5aab818505e |
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 } |