]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
slackbuidando...
authorrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 5 Oct 2006 02:45:07 +0000 (02:45 +0000)
committerrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>
Thu, 5 Oct 2006 02:45:07 +0000 (02:45 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@321 370017ae-e619-0410-ac65-c121f96126d4

audacity/slack-required [new file with mode: 0644]
lives/lives.SlackBuild
wxwidgets/wxWidgets.SlackBuild [moved from wxgtk/wxGTK.SlackBuild with 71% similarity]

diff --git a/audacity/slack-required b/audacity/slack-required
new file mode 100644 (file)
index 0000000..b79da3a
--- /dev/null
@@ -0,0 +1,3 @@
+wxwidgets
+libmad
+libsndfile
\ No newline at end of file
index 16f93174c7617e8691ee4c73765c5acd08753efd..cbfd0cccca71ffc364db29d5858c067869222756 100755 (executable)
@@ -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}
similarity index 71%
rename from wxgtk/wxGTK.SlackBuild
rename to wxwidgets/wxWidgets.SlackBuild
index 4836dac5397c5a81cce4e3d8e72773b1358c9a20..61d7d6109b9f6be6b73bdc0f5fa053aae7f4a8eb 100755 (executable)
@@ -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