[arch-commits] Commit in libflashsupport/trunk (LICENSE PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jul 11 00:35:26 UTC 2008


    Date: Thursday, July 10, 2008 @ 20:35:25
  Author: eric
Revision: 4849

upgpkg: libflashsupport 9.0.21.78-3
    added license file, fixed build problem

Added:
  libflashsupport/trunk/LICENSE
Modified:
  libflashsupport/trunk/PKGBUILD

----------+
 LICENSE  |   34 ++++++++++++++++++++++++++++++++++
 PKGBUILD |   15 ++++++++-------
 2 files changed, 42 insertions(+), 7 deletions(-)

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2008-07-11 00:35:25 UTC (rev 4849)
@@ -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.
+*/

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-11 00:16:17 UTC (rev 4848)
+++ PKGBUILD	2008-07-11 00:35:25 UTC (rev 4849)
@@ -2,19 +2,20 @@
 # Maintainer: Woody Gilk <woody at archlinux.org>
 pkgname=libflashsupport
 pkgver=9.0.21.78
-pkgrel=2
+pkgrel=3
 pkgdesc="Macromedia flash plugin support lib (OSS SSL)"
+arch=('i686')
 url="http://www.macromedia.com/software/flashplayer/"
-license="custom"
-arch=('i686')
+license=("custom")
 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' 'f3b8e73dc23de1e789c233e993e8978e')
 
 build() {
 	msg "Building libflashsupport"
 	cd $startdir/src
-	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
+	echo gcc $CFLAGS -shared -Wall -Werror -licuuc -lssl flashsupport.c -o libflashsupport.so
+	gcc $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 -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }





More information about the arch-commits mailing list