wok rev 9573

Up: lilo to 23.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Apr 11 23:54:29 2011 +0000 (2011-04-11)
parents 530776ca7237
children f66415580f26
files lilo/receipt
line diff
     1.1 --- a/lilo/receipt	Mon Apr 11 23:47:34 2011 +0000
     1.2 +++ b/lilo/receipt	Mon Apr 11 23:54:29 2011 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lilo"
     1.7 -VERSION="22.8"
     1.8 +VERSION="23.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="LInux boot LOader."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -TARBALL="$PACKAGE-$VERSION.src.tar.gz"
    1.13 -WEB_SITE="http://lilo.go.dyndns.org/"
    1.14 -WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/boot/$PACKAGE/$TARBALL"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WEB_SITE="https://alioth.debian.org/projects/lilo/"
    1.17 +WGET_URL="http://lilo.alioth.debian.org/ftp/sources/$TARBALL"
    1.18  BUILD_DEPENDS="dev86 libdevmapper"
    1.19  DEPENDS="libdevmapper"
    1.20  
    1.21 @@ -17,7 +17,7 @@
    1.22  	cd $src
    1.23  	sed -i 's/cp -uf/cp -f/' Makefile
    1.24  	make &&
    1.25 -	make ROOT=$PWD/_pkg install
    1.26 +	make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.