wok view lilo/receipt @ rev 11417

add: libesmtp, libesmtp-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 14 02:29:52 2011 +0100 (2011-12-14)
parents aaaad6fc3437
children 2a5cc8208d36
line source
1 # SliTaz package receipt.
3 PACKAGE="lilo"
4 VERSION="23.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="LInux boot LOader."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="https://alioth.debian.org/projects/lilo/"
10 WGET_URL="http://lilo.alioth.debian.org/ftp/sources/$TARBALL"
11 BUILD_DEPENDS="dev86 libdevmapper"
12 DEPENDS="libdevmapper"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 sed -i 's/cp -uf/cp -f/' Makefile
19 make &&
20 make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/sbin $fs
27 }