wok rev 24906

updated minidlna (1.2.1 -> 1.3.0)
author Hans-G?nter Theisgen
date Sat Apr 09 14:37:52 2022 +0100 (2022-04-09)
parents 42ebaecd38f0
children 4cc045d1c2be
files minidlna/description.txt minidlna/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/minidlna/description.txt	Sat Apr 09 14:37:52 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +ReadyMedia (formerly known as MiniDLNA) is a simple media server software,
     1.5 +with the aim of being fully compliant with DLNA/UPnP-AV clients.
     1.6 +It was originally developed by a NETGEAR employee for the ReadyNAS product
     1.7 +line.
     2.1 --- a/minidlna/receipt	Sat Apr 09 13:21:57 2022 +0100
     2.2 +++ b/minidlna/receipt	Sat Apr 09 14:37:52 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="minidlna"
     2.7 -VERSION="1.2.1"
     2.8 +VERSION="1.3.0"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="A simple media server fully compliant with DLNA/UPnP-AV clients."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -12,8 +12,9 @@
    2.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.14  
    2.15  DEPENDS="ffmpeg flac jpeg libexif libid3tag libogg libsqlite libvorbis"
    2.16 -BUILD_DEPENDS="ffmpeg-dev flac-dev gettext jpeg-dev libav-dev libexif-dev \
    2.17 +BUILD_DEPENDS="ffmpeg-dev flac-dev gettext jpeg-dev libav-dev libexif-dev
    2.18  	libid3tag-dev libogg-dev libvorbis-dev sqlite-dev"
    2.19 +
    2.20  CONFIG_FILES="/etc/minidlna.conf"
    2.21  
    2.22  # What is the latest version available today?
    2.23 @@ -31,15 +32,15 @@
    2.24  		--prefix=/usr		\
    2.25  		--sysconfdir=/etc	\
    2.26  		$CONFIGURE_ARGS &&
    2.27 -	make -j 1 &&
    2.28 -	make DESTDIR=$DESTDIR install
    2.29 +	make &&
    2.30 +	make install DESTDIR=$DESTDIR
    2.31  }
    2.32  
    2.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.34  genpkg_rules()
    2.35  {
    2.36 -	mkdir -p $fs/usr $fs/etc
    2.37 +	mkdir -p $fs/etc
    2.38  
    2.39 -	cp -a $install/usr/sbin		$fs/usr
    2.40  	cp -a $src/minidlna.conf	$fs/etc
    2.41 +	cook_copy_folders	sbin
    2.42  }