wok diff gupnp/receipt @ rev 16961

at-spi2-atk: Update wget url
author Yuri Pourre <yuripourre@gmail.com>
date Tue Jul 29 00:06:42 2014 -0300 (2014-07-29)
parents
children cb18a67a7ff6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gupnp/receipt	Tue Jul 29 00:06:42 2014 -0300
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gupnp"
     1.7 +VERSION="0.20.10"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Framework for creating UPnP devices and control points."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="LGPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.13 +WEB_SITE="https://wiki.gnome.org/action/show/Projects/GUPnP"
    1.14 +WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.15 +
    1.16 +DEPENDS="libsoup util-linux-uuid gssdp"
    1.17 +BUILD_DEPENDS="wget libsoup-dev util-linux-uuid-dev gssdp-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure --prefix=/usr --infodir=/usr/share/info \
    1.23 +	--mandir=/usr/share/man \
    1.24 +	$CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$DESTDIR install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/lib
    1.33 +	cp -a $install/usr/bin $fs/usr
    1.34 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.35 +}