wok-next diff slitaz-base-files/receipt @ rev 20459

Combine receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 13:45:43 2018 +0200 (2018-03-02)
parents 0709fcf9b0d7
children 1eb4aacb48ed
line diff
     1.1 --- a/slitaz-base-files/receipt	Sat Nov 11 16:06:23 2017 +0200
     1.2 +++ b/slitaz-base-files/receipt	Fri Mar 02 13:45:43 2018 +0200
     1.3 @@ -1,22 +1,19 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="slitaz-base-files"
     1.7 -VERSION="333"
     1.8 +VERSION="336"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Linux tree and the necessary files for the base system"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="BSD GPL3"
    1.13  WEB_SITE="http://www.slitaz.org/"
    1.14 -HOST_ARCH="i486 arm"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2"
    1.18  
    1.19  BUILD_DEPENDS="gettext"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 +compile_rules() {
    1.25  	make DESTDIR=$install install
    1.26  
    1.27  	for i in /bin /dev /home /media/cdrom /media/flash /media/usbdisk /mnt \
    1.28 @@ -53,9 +50,7 @@
    1.29  	chmod 0750 $install/root
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	cp -a $install/* $fs
    1.37  	DEPENDS="gettext-base"
    1.38  	CONFIG_FILES="/etc/adduser.conf /etc/daemons.conf /etc/fstab /etc/group \