wok rev 24859

updated linuxdcpp (1.0.3 -> 1.1.0)
author Hans-G?nter Theisgen
date Tue Mar 29 10:13:07 2022 +0100 (2022-03-29)
parents d4bdd9ac943a
children 9c057f96ed55
files linuxdcpp-lang/receipt linuxdcpp/description.txt linuxdcpp/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linuxdcpp-lang/receipt	Tue Mar 29 10:13:07 2022 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="linuxdcpp-lang"
     1.7 +VERSION="1.1.0"
     1.8 +CATEGORY="localization"
     1.9 +SHORT_DESC="Direct Connect client based on DC++ - localised messages."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://launchpad.net/linuxdcpp"
    1.13 +
    1.14 +WANTED="linuxdcpp"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	cook_copy_folders	locale
    1.20 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/linuxdcpp/description.txt	Tue Mar 29 10:13:07 2022 +0100
     2.3 @@ -0,0 +1,9 @@
     2.4 +LinuxDC++ is a Direct Connect client based on DC++.
     2.5 +Utilizing the latest DC++ core, LinuxDC++ offers similar functionality
     2.6 +to the Windows client like segmented downloading, TTH based file integrity,
     2.7 +etc. with a GTK+ user interface.
     2.8 +
     2.9 +Direct Connect (DC) is a peer-to-peer file-sharing protocol.
    2.10 +Clients connect to a central hub where they can chat or share files with
    2.11 +one another. Users can view other users' list of shared files or search
    2.12 +the hub for files.
     3.1 --- a/linuxdcpp/receipt	Mon Mar 28 17:13:56 2022 +0100
     3.2 +++ b/linuxdcpp/receipt	Tue Mar 29 10:13:07 2022 +0100
     3.3 @@ -1,16 +1,19 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="linuxdcpp"
     3.7 -VERSION="1.0.3"
     3.8 +VERSION="1.1.0"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Direct Connect client based on DC++."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12  LICENSE="GPL2"
    3.13 -DEPENDS="gtk+ libglade openssl gcc-lib-base bzlib"
    3.14 -BUILD_DEPENDS="gtk+-dev libglade-dev openssl-dev scons libglade bzlib bzip2-dev"
    3.15 +WEB_SITE="https://launchpad.net/linuxdcpp"
    3.16 +
    3.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.18 -WEB_SITE="https://launchpad.net/linuxdcpp"
    3.19 -WGET_URL="http://mirror.slitaz.org/sources/packages/l/$TARBALL"
    3.20 +WGET_URL="https://launchpad.net/$PACKAGE/${VERSION%.*}/$VERSION/+download/$TARBALL"
    3.21 +
    3.22 +DEPENDS="bzlib gcc-lib-base gtk+ libglade openssl"
    3.23 +BUILD_DEPENDS="bzlib bzip2-dev freetype-dev gtk+-dev libboost-dev
    3.24 +	libglade-dev libnotify-dev openssl-dev scons"
    3.25  
    3.26  # What is the latest version available today?
    3.27  current_version()
    3.28 @@ -22,8 +25,8 @@
    3.29  # Rules to configure and make the package.
    3.30  compile_rules()
    3.31  {
    3.32 -	cd $src
    3.33  	mkdir -p $DESTDIR/usr
    3.34 +
    3.35  	scons PREFIX=/usr &&
    3.36  	scons PREFIX=$DESTDIR/usr install
    3.37  }
    3.38 @@ -32,8 +35,9 @@
    3.39  genpkg_rules()
    3.40  {
    3.41  	mkdir -p $fs/usr/share/pixmaps
    3.42 -	cp -a $install/usr/bin $fs/usr
    3.43 -	cp -a $install/usr/share/linuxdcpp $fs/usr/share
    3.44 -	cd $fs/usr/share/pixmaps
    3.45 +
    3.46 +	cook_copy_folders	bin
    3.47 +	cp -a $install/usr/share/linuxdcpp	$fs/usr/share
    3.48 +	cd					$fs/usr/share/pixmaps
    3.49  	ln -s ../linuxdcpp/pixmaps/linuxdcpp.png .
    3.50  }