wok rev 25329
updated srcpd (2.1.3 -> 2.1.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 23 10:26:15 2022 +0100 (2022-07-23) |
parents | da47eb3e3c50 |
children | 0e34a8ff8bcd |
files | srcpd/description.txt srcpd/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/srcpd/description.txt Sat Jul 23 10:26:15 2022 +0100 1.3 @@ -0,0 +1,3 @@ 1.4 +Srcpd is a gateway between any kind of model railway systems 1.5 +and user interface programs that support the Simple Railroad 1.6 +Command Protocol SRCP.
2.1 --- a/srcpd/receipt Sat Jul 23 10:20:51 2022 +0100 2.2 +++ b/srcpd/receipt Sat Jul 23 10:26:15 2022 +0100 2.3 @@ -1,12 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="srcpd" 2.7 -VERSION="2.1.3" 2.8 +VERSION="2.1.5" 2.9 CATEGORY="games" 2.10 SHORT_DESC="Simple Railroad Command Protocol Daemon." 2.11 MAINTAINER="rcx@zoominternet.net" 2.12 LICENSE="GPL2" 2.13 -WEB_SITE="http://srcpd.sourceforge.net/" 2.14 +WEB_SITE="https://srcpd.sourceforge.net/" 2.15 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.18 @@ -37,8 +37,6 @@ 2.19 # Rules to gen a SliTaz package suitable for Tazpkg. 2.20 genpkg_rules() 2.21 { 2.22 - mkdir -p $fs/usr 2.23 - 2.24 - cp -a $install/usr/sbin $fs/usr 2.25 - cp -a $install/etc $fs 2.26 + cook_copy_folders etc 2.27 + cook_copy_folders sbin 2.28 }