wok-next diff genromfs/receipt @ rev 21157

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 04 11:54:13 2019 +0100 (2019-02-04)
parents d6378d455338
children
line diff
     1.1 --- a/genromfs/receipt	Thu May 10 21:12:00 2018 +0300
     1.2 +++ b/genromfs/receipt	Mon Feb 04 11:54:13 2019 +0100
     1.3 @@ -3,25 +3,21 @@
     1.4  PACKAGE="genromfs"
     1.5  VERSION="0.5.7"
     1.6  CATEGORY="base-system"
     1.7 -SHORT_DESC="Romfs creation tool."
     1.8 +SHORT_DESC="Romfs creation tool"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://romfs.sourceforge.net/"
    1.13  WGET_URL="https://github.com/chexum/$PACKAGE/archive/$VERSION.tar.gz"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 +compile_rules() {
    1.19  	sed -i 's|prefix)/man|prefix)/share/man|' Makefile
    1.20  
    1.21  	make &&
    1.22 -	make PREFIX=$DESTDIR install
    1.23 +	make PREFIX=$install install
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 +genpkg_rules() {
    1.30  	mkdir -p $fs/usr
    1.31  	cp -a $install/usr/bin $fs/usr
    1.32  	ln -s genromfs $fs/usr/bin/mkromfs