wok view lilo/receipt @ rev 20200

aufs: move kernel module to linux*-aufs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 17:29:20 2018 +0100 (2018-02-12)
parents ee04416c1f51
children 8dd8bab3f0ca
line source
1 # SliTaz package receipt.
3 PACKAGE="lilo"
4 VERSION="24.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="LInux boot LOader."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://alioth.debian.org/projects/lilo/"
11 WGET_URL="http://lilo.alioth.debian.org/ftp/sources/$TARBALL"
13 BUILD_DEPENDS="dev86 libdevmapper"
14 DEPENDS="libdevmapper"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make alles &&
20 make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/sbin $fs
27 }