wok rev 16072

Add gupnp
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 13 16:12:30 2014 +0000 (2014-03-13)
parents 17c6977395fc
children e0a6955b0a12
files gssdp-dev/receipt gssdp/receipt gupnp-dev/receipt gupnp/receipt lutris/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gssdp-dev/receipt	Thu Mar 13 16:12:30 2014 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gssdp-dev"
     1.7 +VERSION="0.14.7"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Resource discovery and announcement over SSDP, development files."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://wiki.gnome.org/action/show/Projects/GUPnP"
    1.13 +WANTED="gssdp"
    1.14 +
    1.15 +DEPENDS="gssdp"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gssdp/receipt	Thu Mar 13 16:12:30 2014 +0000
     2.3 @@ -0,0 +1,31 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="gssdp"
     2.7 +VERSION="0.14.7"
     2.8 +CATEGORY="network"
     2.9 +SHORT_DESC="Resource discovery and announcement over SSDP."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +LICENSE="GPL2"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.13 +WEB_SITE="https://wiki.gnome.org/action/show/Projects/GUPnP"
    2.14 +WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.15 +
    2.16 +DEPENDS="libsoup"
    2.17 +BUILD_DEPENDS="wget pkg-config libsoup-dev"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	./configure --prefix=/usr --infodir=/usr/share/info \
    2.23 +	--mandir=/usr/share/man \
    2.24 +	$CONFIGURE_ARGS &&
    2.25 +	make &&
    2.26 +	make DESTDIR=$DESTDIR install
    2.27 +}
    2.28 +
    2.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.30 +genpkg_rules()
    2.31 +{
    2.32 +	mkdir -p $fs/usr/lib
    2.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.34 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/gupnp-dev/receipt	Thu Mar 13 16:12:30 2014 +0000
     3.3 @@ -0,0 +1,21 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="gupnp-dev"
     3.7 +VERSION="0.20.10"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="Framework for creating UPnP devices and control points, development files."
    3.10 +MAINTAINER="pascal.bellard@slitaz.org"
    3.11 +LICENSE="LGPL2"
    3.12 +WEB_SITE="https://wiki.gnome.org/action/show/Projects/GUPnP"
    3.13 +WANTED="gupnp"
    3.14 +
    3.15 +DEPENDS="gupnp"
    3.16 +
    3.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.18 +genpkg_rules()
    3.19 +{
    3.20 +	mkdir -p $fs/usr/lib
    3.21 +	cp -a $install/usr/lib/*a $fs/usr/lib
    3.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.23 +	cp -a $install/usr/include $fs/usr
    3.24 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/gupnp/receipt	Thu Mar 13 16:12:30 2014 +0000
     4.3 @@ -0,0 +1,32 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="gupnp"
     4.7 +VERSION="0.20.10"
     4.8 +CATEGORY="network"
     4.9 +SHORT_DESC="Framework for creating UPnP devices and control points."
    4.10 +MAINTAINER="pascal.bellard@slitaz.org"
    4.11 +LICENSE="LGPL2"
    4.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    4.13 +WEB_SITE="https://wiki.gnome.org/action/show/Projects/GUPnP"
    4.14 +WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    4.15 +
    4.16 +DEPENDS="libsoup util-linux-uuid gssdp"
    4.17 +BUILD_DEPENDS="wget libsoup-dev util-linux-uuid-dev gssdp-dev"
    4.18 +
    4.19 +# Rules to configure and make the package.
    4.20 +compile_rules()
    4.21 +{
    4.22 +	./configure --prefix=/usr --infodir=/usr/share/info \
    4.23 +	--mandir=/usr/share/man \
    4.24 +	$CONFIGURE_ARGS &&
    4.25 +	make &&
    4.26 +	make DESTDIR=$DESTDIR install
    4.27 +}
    4.28 +
    4.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.30 +genpkg_rules()
    4.31 +{
    4.32 +	mkdir -p $fs/usr/lib
    4.33 +	cp -a $install/usr/bin $fs/usr
    4.34 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    4.35 +}
     5.1 --- a/lutris/receipt	Thu Mar 13 11:57:30 2014 +0000
     5.2 +++ b/lutris/receipt	Thu Mar 13 16:12:30 2014 +0000
     5.3 @@ -10,12 +10,12 @@
     5.4  WEB_SITE="http://lutris.net/"
     5.5  WGET_URL="${WEB_SITE}releases/$TARBALL"
     5.6  
     5.7 -DEPENDS="python-xdg pygobject python-pyyaml libsoup"
     5.8 +DEPENDS="python python-xdg pygobject python-pyyaml libsoup"
     5.9  BUILD_DEPENDS="python python-xdg"
    5.10  
    5.11 -SUGGESTED="wine scummvm gens-gs mupen64plus"
    5.12 -# uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz dosbox hatari
    5.13 -# jzintv mednafen nulldc o2em openmsx osmose pcsxr-svn
    5.14 +SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn"
    5.15 +# uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari
    5.16 +# jzintv mednafen nulldc o2em openmsx osmose
    5.17  
    5.18  # Rules to configure and make the package.
    5.19  compile_rules()