[Slackbuilds-users] ladspa_sdk SlackBuild small fixes

Andrew Antle andrew.antle at gmail.com
Fri Dec 17 20:36:24 UTC 2010


Hello -

Small fix in ladspa_sdk. Diffs attached.

--


--- README.orig	2010-12-17 15:28:52.923000811 -0500
+++ README	2010-12-17 15:31:24.235136036 -0500
@@ -1,4 +1,4 @@
-The LADSPA-SDK is a software development kit for
+The LADSPA_SDK is a software development kit for
 simple sound plugins. LADSPA is used by many programs,
 so it's a simple way to integrate one plugin in various
 applications.

--

--- ladspa_sdk.SlackBuild.orig	2010-12-17 15:29:24.319135842 -0500
+++ ladspa_sdk.SlackBuild	2010-12-17 15:28:09.057135895 -0500
@@ -1,6 +1,6 @@
 #!/bin/sh

-# Slackware build script for ladspa-sdk
+# Slackware build script for ladspa_sdk

 # Copyright 2007-2008 Heinz Wiesinger <hmwiesinger at gmx.at>
 # All rights reserved.
@@ -101,6 +101,10 @@

 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
 cp -a README doc/* $PKG/usr/doc/$PRGNAM-$VERSION
+# ladspa.h.txt is a symbolic link to ../src/ladspa.h, which will not exist in
+# the package. Let's fix that.
+rm -f $PKG/usr/doc/$PRGNAM-$VERSION/ladspa.h.txt
+cat src/ladspa.h > $PKG/usr/doc/$PRGNAM-$VERSION/ladspa.h.txt
 cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

 mkdir -p $PKG/install

--


Thanks,
Andy
-------------- next part --------------
--- README.orig	2010-12-17 15:28:52.923000811 -0500
+++ README	2010-12-17 15:31:24.235136036 -0500
@@ -1,4 +1,4 @@
-The LADSPA-SDK is a software development kit for
+The LADSPA_SDK is a software development kit for
 simple sound plugins. LADSPA is used by many programs,
 so it's a simple way to integrate one plugin in various
 applications.
-------------- next part --------------
--- ladspa_sdk.SlackBuild.orig	2010-12-17 15:29:24.319135842 -0500
+++ ladspa_sdk.SlackBuild	2010-12-17 15:28:09.057135895 -0500
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Slackware build script for ladspa-sdk
+# Slackware build script for ladspa_sdk
 
 # Copyright 2007-2008 Heinz Wiesinger <hmwiesinger at gmx.at>
 # All rights reserved.
@@ -101,6 +101,10 @@
 
 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
 cp -a README doc/* $PKG/usr/doc/$PRGNAM-$VERSION
+# ladspa.h.txt is a symbolic link to ../src/ladspa.h, which will not exist in
+# the package. Let's fix that.
+rm -f $PKG/usr/doc/$PRGNAM-$VERSION/ladspa.h.txt
+cat src/ladspa.h > $PKG/usr/doc/$PRGNAM-$VERSION/ladspa.h.txt
 cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
 
 mkdir -p $PKG/install


More information about the SlackBuilds-users mailing list