wok view clex/receipt @ rev 9923

webalizer: fix deps/bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 23:14:08 2011 +0200 (2011-05-17)
parents a1644dbcf632
children 89193566dcbe
line source
1 # SliTaz package receipt.
3 PACKAGE="clex"
4 VERSION="4.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Text mode file manager."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.clex.sk/"
10 WGET_URL="http://www.clex.sk/download/$TARBALL"
11 TAGS="file-manager"
13 DEPENDS="ncurses"
14 BUILD_DEPENDS="ncurses-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/etc $fs/usr/bin
27 cp -a $_pkg/usr/bin/* $fs/usr/bin
28 cp -a $stuff/skel $fs/etc
29 }