[arch-commits] CVS update of unstable/lib/libflashsupport (PKGBUILD license)

Travis Willard travis at archlinux.org
Mon Aug 20 23:32:27 UTC 2007


    Date: Monday, August 20, 2007 @ 19:32:27
  Author: travis
    Path: /home/cvs-unstable/unstable/lib/libflashsupport

   Added: license (1.1)
Modified: PKGBUILD (1.4 -> 1.5)

Added license stuff


----------+
 PKGBUILD |   12 ++++++++----
 license  |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 4 deletions(-)


Index: unstable/lib/libflashsupport/PKGBUILD
diff -u unstable/lib/libflashsupport/PKGBUILD:1.4 unstable/lib/libflashsupport/PKGBUILD:1.5
--- unstable/lib/libflashsupport/PKGBUILD:1.4	Mon Mar 19 19:18:15 2007
+++ unstable/lib/libflashsupport/PKGBUILD	Mon Aug 20 19:32:26 2007
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD,v 1.4 2007/03/19 23:18:15 dan Exp $
+# $Id: PKGBUILD,v 1.5 2007/08/20 23:32:26 travis Exp $
 # Maintainer: Woody Gilk <woody at archlinux.org>
 pkgname=libflashsupport
 pkgver=9.0.21.78
 pkgrel=2
 pkgdesc="Macromedia flash plugin support lib (OSS SSL)"
 url="http://www.macromedia.com/software/flashplayer/"
-license="custom"
+license=('custom')
 arch=('i686')
 depends=('flashplugin' 'icu' 'openssl')
-source=(http://www.kaourantin.net/flashplayer/flashsupport.c)
-md5sums=('bb8a0de41ba18f9f1fcad7038cacb688')
+source=(http://www.kaourantin.net/flashplayer/flashsupport.c license)
+md5sums=('bb8a0de41ba18f9f1fcad7038cacb688'
+         '110a0afb9978b18689dd3be719b7a8e1')
 
 build() {
 	msg "Building libflashsupport"
@@ -17,4 +18,7 @@
 	echo $CC $CFLAGS -shared -Wall -Werror -licuuc -lssl flashsupport.c -o libflashsupport.so
 	$CC $CFLAGS -shared -Wall -Werror -licuuc -lssl flashsupport.c -o libflashsupport.so || return 1
 	install -D -m755 libflashsupport.so $startdir/pkg/usr/lib/libflashsupport.so
+
+	install -D -m0644 license $startdir/pkg/usr/share/licenses/$pkgname/license
 }
+
Index: unstable/lib/libflashsupport/license
diff -u /dev/null unstable/lib/libflashsupport/license:1.1
--- /dev/null	Mon Aug 20 19:32:26 2007
+++ unstable/lib/libflashsupport/license	Mon Aug 20 19:32:26 2007
@@ -0,0 +1,34 @@
+/*
+adobe systems incorporated(r) source code license agreement
+copyright(c) 2006 adobe systems incorporated. all rights reserved.
+
+please read this source code license agreement carefully before using
+the source code.
+
+adobe systems incorporated grants to you a perpetual, worldwide, non-exclusive,
+no-charge, royalty-free, irrevocable copyright license, to reproduce,
+prepare derivative works of, publicly display, publicly perform, and
+distribute this source code and such derivative works in source or
+object code form without any attribution requirements.
+
+the name "adobe systems incorporated" must not be used to endorse or promote products
+derived from the source code without prior written permission.
+
+you agree to indemnify, hold harmless and defend adobe systems incorporated from and
+against any loss, damage, claims or lawsuits, including attorney's
+fees that arise or result from your use or distribution of the source
+code.
+
+this source code is provided "as is" and "with all faults", without
+any technical support or any expressed or implied warranties, including,
+but not limited to, the implied warranties of merchantability and fitness
+for a particular purpose are disclaimed. also, there is no warranty of
+non-infringement, title or quiet enjoyment. in no event shall macromedia
+or its suppliers be liable for any direct, indirect, incidental, special,
+exemplary, or consequential damages (including, but not limited to,
+procurement of substitute goods or services; loss of use, data, or profits;
+or business interruption) however caused and on any theory of liability,
+whether in contract, strict liability, or tort (including negligence or
+otherwise) arising in any way out of the use of this source code, even if
+advised of the possibility of such damage.
+*/




More information about the arch-commits mailing list