wok view clex/receipt @ rev 9974

linux: FIX config files (they was missing config and still i486 config)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 18 19:11:35 2011 +0200 (2011-05-18)
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 }