diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-06-18 09:25:48 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:19:03 -0500 |
commit | 9136d737765e39679b535dd5f32610e2e1cfab30 (patch) | |
tree | 29a01bc160c18ce349ad145ad09d89ea85881a83 /multimedia | |
parent | a98ad28481ef3892a3c5fb6acdb968c064d3016c (diff) | |
download | slackbuilds-9136d737765e39679b535dd5f32610e2e1cfab30.tar.gz |
multimedia/nightingale: Switch sources.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/nightingale/nightingale.SlackBuild | 45 | ||||
-rw-r--r-- | multimedia/nightingale/nightingale.info | 8 |
2 files changed, 26 insertions, 27 deletions
diff --git a/multimedia/nightingale/nightingale.SlackBuild b/multimedia/nightingale/nightingale.SlackBuild index 6f8d1818d6..6636145ef1 100644 --- a/multimedia/nightingale/nightingale.SlackBuild +++ b/multimedia/nightingale/nightingale.SlackBuild @@ -2,27 +2,26 @@ # Slackware build script for nightingale -# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are -# met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -# OWNER OR CONTRIBUTORS 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 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version, with the following exception: +# the text of the GPL license may be omitted. + +# This program is distributed in the hope that it will be useful, but +# without any warranty; without even the implied warranty of +# merchantability or fitness for a particular purpose. Compiling, +# interpreting, executing or merely reading the text of the program +# may result in lapses of consciousness and/or very being, up to and +# including the end of all existence and the Universe as we know it. +# See the GNU General Public License for more details. + +# You may have received a copy of the GNU General Public License along +# with this program (most likely, a file named COPYING). If not, see +# <http://www.gnu.org/licenses/>. + PRGNAM=nightingale SRCNAM=Nightingale @@ -66,8 +65,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $PKG # Set up the target enviroment and extract nightingale in there -mkdir -p $PKG/usr/{bin,lib${LIBDIRSUFFIX}} -tar -xvf $CWD/${SRCNAM}_${SRC_VERSION}_linux-$SRC_ARCH.tar.bz2 -C $PKG/usr/lib${LIBDIRSUFFIX} +mkdir -p $PKG/usr/{bin,lib${LIBDIRSUFFIX}}/$SRCNAM +tar -xvf $CWD/${SRCNAM}_${SRC_VERSION}_ubuntu-$SRC_ARCH.tar.bz2 -C $PKG/usr/lib${LIBDIRSUFFIX}/$SRCNAM chown -R root:root . # Added "-o -perm 700" to this to take care of the borked directory permissions find . \ diff --git a/multimedia/nightingale/nightingale.info b/multimedia/nightingale/nightingale.info index 24be527b2b..7e25b88591 100644 --- a/multimedia/nightingale/nightingale.info +++ b/multimedia/nightingale/nightingale.info @@ -1,10 +1,10 @@ PRGNAM="nightingale" VERSION="1.12.1_2454" HOMEPAGE="http://getnightingale.com/" -DOWNLOAD="http://sourceforge.net/projects/ngale/files/1.12.1-Release/Nightingale_1.12.1-2454_linux-i686.tar.bz2" -MD5SUM="098461569610a322d8772b6ac55c3a19" -DOWNLOAD_x86_64="http://sourceforge.net/projects/ngale/files/1.12.1-Release/Nightingale_1.12.1-2454_linux-x86_64.tar.bz2" -MD5SUM_x86_64="5d5e4c2716bf88d34899c5f6d1075e34" +DOWNLOAD="http://sourceforge.net/projects/ngale/files/1.12.1-Release/Nightingale_1.12.1-2454_ubuntu-i686.tar.bz2" +MD5SUM="498734c4d73e78695a67cedeb789d460" +DOWNLOAD_x86_64="http://sourceforge.net/projects/ngale/files/1.12.1-Release/Nightingale_1.12.1-2454_ubuntu-x86_64.tar.bz2" +MD5SUM_x86_64="b49159fb6afd5307662b981dbb8963f3" REQUIRES="" MAINTAINER="Ryan P.C. McQuen" EMAIL="ryan.q@linux.com" |