aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>2006-10-05 02:45:07 +0000
committerrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>2006-10-05 02:45:07 +0000
commit7c62342d75b4c686505157adc55f36c0e21db1e2 (patch)
treebdf58ad2874a3214a428dc64bb14e44524cf7696
parent70ea340f73f7fb1b710cbb0d54948aa85cfe630f (diff)
downloadslackbuilds-7c62342d75b4c686505157adc55f36c0e21db1e2.tar.gz
slackbuilds-7c62342d75b4c686505157adc55f36c0e21db1e2.tar.bz2
slackbuidando...
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@321 370017ae-e619-0410-ac65-c121f96126d4
-rw-r--r--audacity/slack-required3
-rwxr-xr-xlives/lives.SlackBuild2
-rwxr-xr-xwxwidgets/wxWidgets.SlackBuild (renamed from wxgtk/wxGTK.SlackBuild)30
3 files changed, 19 insertions, 16 deletions
diff --git a/audacity/slack-required b/audacity/slack-required
new file mode 100644
index 00000000..b79da3ab
--- /dev/null
+++ b/audacity/slack-required
@@ -0,0 +1,3 @@
+wxwidgets
+libmad
+libsndfile \ No newline at end of file
diff --git a/lives/lives.SlackBuild b/lives/lives.SlackBuild
index 16f93174..cbfd0ccc 100755
--- a/lives/lives.SlackBuild
+++ b/lives/lives.SlackBuild
@@ -17,7 +17,7 @@ fi
# default settings
PACKAGE="lives"
ARCH=${ARCH:=i486}
-VERSION=${VERSION:=0.9.7pre1}
+VERSION=${VERSION:=0.9.7}
BUILD=${BUILD:=1rha}
SRC_DIR=${SRC:=$CWD}
TMP=${TMP:=/tmp}
diff --git a/wxgtk/wxGTK.SlackBuild b/wxwidgets/wxWidgets.SlackBuild
index 4836dac5..61d7d610 100755
--- a/wxgtk/wxGTK.SlackBuild
+++ b/wxwidgets/wxWidgets.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# slackbuild script for pwlib
+# slackbuild script for wxWidgets
# by rafael at riseup.net
#
@@ -27,7 +27,7 @@ if [ -f "~/.slackbuildrc" ]; then
fi
# default settings
-PACKAGE="wxGTK"
+PACKAGE="wxWidgets"
ARCH=${ARCH:=i486}
VERSION=${VERSION:=2.6.3}
BUILD=${BUILD:=1rd}
@@ -91,24 +91,24 @@ cat << EOF > install/slack-desc
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler-----------------------------------------------------|
-wxGTK: wxGTK (WxGTK is a library to write portable GUI code)
-wxGTK:
-wxGTK: wxWidgets lets developers create applications for Win32, Mac OS X,
-wxGTK: GTK+, X11, Motif, WinCE, and more using one codebase. It can be used
-wxGTK: from languages such as C++, Python, Perl, and C#/.NET. Unlike other
-wxGTK: cross-platform toolkits, wxWidgets applications look and feel native.
-wxGTK: This is because wxWidgets uses the platform's own native controls
-wxGTK: rather than emulating them. It's also extensive, free, open-source,
-wxGTK: and mature.
-wxGTK: http://www.wxwidgets.org/
-wxGTK:
+ |-----handy-ruler-----------------------------------------------------|
+wxWidgets: wxWidgets (WxGTK is a library to write portable GUI code)
+wxWidgets:
+wxWidgets: wxWidgets lets developers create applications for Win32, Mac OS X,
+wxWidgets: GTK+, X11, Motif, WinCE, and more using one codebase. It can be used
+wxWidgets: from languages such as C++, Python, Perl, and C#/.NET. Unlike other
+wxWidgets: cross-platform toolkits, wxWidgets applications look and feel native.
+wxWidgets: This is because wxWidgets uses the platform's own native controls
+wxWidgets: rather than emulating them. It's also extensive, free, open-source,
+wxWidgets: and mature.
+wxWidgets: http://www.wxwidgets.org/
+wxWidgets:
EOF
# docs
mkdir -p usr/doc/$PACKAGE-$VERSION
-for file in CHANGES.txt COPYING.LIB INSTALL.txt LICENCE.txt README.txt TODO.txt;do
+for file in CHANGES.txt COPYING.LIB INSTALL-MAC.txt INSTALL-MGL.txt INSTALL-MOTIF.txt INSTALL-OS2.txt INSTALL-X11.txt LICENCE.txt README.txt;do
cp $CWD/$file* usr/doc/$PACKAGE-$VERSION/
done