wok diff srcpd/receipt @ rev 25329

updated srcpd (2.1.3 -> 2.1.5)
author Hans-G?nter Theisgen
date Sat Jul 23 10:26:15 2022 +0100 (22 months ago)
parents e919c5a2742d
children 8ea0030e77cb
line diff
     1.1 --- a/srcpd/receipt	Wed Feb 02 18:01:43 2022 +0000
     1.2 +++ b/srcpd/receipt	Sat Jul 23 10:26:15 2022 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="srcpd"
     1.7 -VERSION="2.1.3"
     1.8 +VERSION="2.1.5"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Simple Railroad Command Protocol Daemon."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://srcpd.sourceforge.net/"
    1.14 +WEB_SITE="https://srcpd.sourceforge.net/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18 @@ -37,8 +37,6 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr
    1.23 -
    1.24 -	cp -a $install/usr/sbin	$fs/usr
    1.25 -	cp -a $install/etc	$fs
    1.26 +	cook_copy_folders	etc
    1.27 +	cook_copy_folders	sbin
    1.28  }