wok view lilo/receipt @ rev 16659

linphone: g_thread_init() is no longer necessary since glib version 2.32 and should not be used
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 14 06:07:40 2014 +0000 (2014-05-14)
parents 65aa52f45dd7
children 4b0e72ea949d
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 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 cd $src
20 sed -i 's/cp -uf/cp -f/' Makefile
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/sbin $fs
29 }