diff options
Diffstat (limited to 'multimedia/nightingale/nightingale.SlackBuild')
-rw-r--r-- | multimedia/nightingale/nightingale.SlackBuild | 45 |
1 files changed, 22 insertions, 23 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 . \ |