|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2009 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2009,2011 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -34,7 +34,7 @@ WGET=${WGET:-http://downloads.sourceforge.net/liblo/$ARCHIVE}
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-liblo} |
|
|
|
|
BUILD=${BUILD:-2GGD} |
|
|
|
|
ARCH=${ARCH:-i486} |
|
|
|
|
ARCH=${ARCH:-$(uname -m | sed 's/^i.86/i486/;s/^arm.*/arm/')} |
|
|
|
|
JOBS=${JOBS:-1} |
|
|
|
|
EXT=${EXT:-txz} |
|
|
|
|
|
|
|
|
@ -102,8 +102,7 @@ find $PKG/usr/man -type f -exec gzip -9 '{}' \;
|
|
|
|
|
# Install the documentation |
|
|
|
|
mkdir -p $PKG/usr/doc/$NAME/html |
|
|
|
|
install -m 644 doc/html/* $PKG/usr/doc/$NAME/html |
|
|
|
|
install -m 644 \ |
|
|
|
|
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ |
|
|
|
|
install -m 644 AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ |
|
|
|
|
$PKG/usr/doc/$NAME |
|
|
|
|
|
|
|
|
|
# Copy slack-desc file |
|
|
|
|