# HG changeset patch # User Pascal Bellard # Date 1394727150 0 # Node ID 893447290d82c3ace49bc2885c704fb547efd694 # Parent 17c6977395fc3d368cc364046483c75a17f4a2ad Add gupnp diff -r 17c6977395fc -r 893447290d82 gssdp-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gssdp-dev/receipt Thu Mar 13 16:12:30 2014 +0000 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="gssdp-dev" +VERSION="0.14.7" +CATEGORY="development" +SHORT_DESC="Resource discovery and announcement over SSDP, development files." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" +WEB_SITE="https://wiki.gnome.org/action/show/Projects/GUPnP" +WANTED="gssdp" + +DEPENDS="gssdp" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib +} diff -r 17c6977395fc -r 893447290d82 gssdp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gssdp/receipt Thu Mar 13 16:12:30 2014 +0000 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="gssdp" +VERSION="0.14.7" +CATEGORY="network" +SHORT_DESC="Resource discovery and announcement over SSDP." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="https://wiki.gnome.org/action/show/Projects/GUPnP" +WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="libsoup" +BUILD_DEPENDS="wget pkg-config libsoup-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib +} diff -r 17c6977395fc -r 893447290d82 gupnp-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gupnp-dev/receipt Thu Mar 13 16:12:30 2014 +0000 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="gupnp-dev" +VERSION="0.20.10" +CATEGORY="development" +SHORT_DESC="Framework for creating UPnP devices and control points, development files." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2" +WEB_SITE="https://wiki.gnome.org/action/show/Projects/GUPnP" +WANTED="gupnp" + +DEPENDS="gupnp" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr +} diff -r 17c6977395fc -r 893447290d82 gupnp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gupnp/receipt Thu Mar 13 16:12:30 2014 +0000 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="gupnp" +VERSION="0.20.10" +CATEGORY="network" +SHORT_DESC="Framework for creating UPnP devices and control points." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="https://wiki.gnome.org/action/show/Projects/GUPnP" +WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="libsoup util-linux-uuid gssdp" +BUILD_DEPENDS="wget libsoup-dev util-linux-uuid-dev gssdp-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib +} diff -r 17c6977395fc -r 893447290d82 lutris/receipt --- a/lutris/receipt Thu Mar 13 11:57:30 2014 +0000 +++ b/lutris/receipt Thu Mar 13 16:12:30 2014 +0000 @@ -10,12 +10,12 @@ WEB_SITE="http://lutris.net/" WGET_URL="${WEB_SITE}releases/$TARBALL" -DEPENDS="python-xdg pygobject python-pyyaml libsoup" +DEPENDS="python python-xdg pygobject python-pyyaml libsoup" BUILD_DEPENDS="python python-xdg" -SUGGESTED="wine scummvm gens-gs mupen64plus" -# uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz dosbox hatari -# jzintv mednafen nulldc o2em openmsx osmose pcsxr-svn +SUGGESTED="wine scummvm gens-gs mupen64plus dosbox pcsxr-svn" +# uae mednafen sdlmame snes9x-gtk steam atari800 dolphin-emu frotz hatari +# jzintv mednafen nulldc o2em openmsx osmose # Rules to configure and make the package. compile_rules()