Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rubygem-template: Added - a template for ruby gems13.1 | 2011-01-05 | 1 | -0/+148 | |
| | | | | | | | This is the same file present in master as of commit 846aa12590cea0c09dd7a64144057107f9c55b66 - rather than merge multiple commits, it seemed cleaner to grab the file and do a new commit here. | ||||
* | perl-template: fixup SRCNAM usage to (ideally) avoid confusion | 2010-12-20 | 1 | -2/+3 | |
| | |||||
* | python-template: xargs -0 expects -print0 option from find | 2010-12-02 | 1 | -1/+1 | |
| | |||||
* | perl-template: xargs -0 expects -print0 option from find | 2010-12-02 | 1 | -1/+1 | |
| | |||||
* | cmake-template: xargs -0 expects -print0 option from find | 2010-12-02 | 1 | -1/+1 | |
| | |||||
* | autotools-template: xargs -0 expects -print0 option from find | 2010-12-02 | 1 | -1/+1 | |
| | |||||
* | python-template: fix stripping files with single quotes in filename | 2010-12-02 | 1 | -1/+1 | |
| | |||||
* | perl-template: fix stripping files with single quotes in filename | 2010-12-02 | 1 | -1/+1 | |
| | |||||
* | cmake-template: fix stripping files with single quotes in filename | 2010-12-02 | 1 | -1/+1 | |
| | |||||
* | autotools-template: fix stripping files with single quotes in filename | 2010-12-02 | 1 | -1/+1 | |
| | |||||
* | slack-desc: clarify whitespace concerns | 2010-07-03 | 1 | -1/+1 | |
| | |||||
* | Add man paths to install method #2. | 2010-07-03 | 1 | -1/+3 | |
| | |||||
* | Minor clean up. | 2010-07-03 | 1 | -1/+1 | |
| | |||||
* | perl-template.SlackBuild: Noted BUILD.PL for installation | 2010-06-21 | 1 | -2/+12 | |
| | | | | Thanks to V'yacheslav Stetskevych for the tip. | ||||
* | doinst.sh: Add schema_install() example for GConf stuff | 2010-06-18 | 1 | -0/+9 | |
| | |||||
* | perl-template.SlackBuild: Fix typo. | 2010-06-10 | 1 | -1/+1 | |
| | |||||
* | cmake-template.SlackBuild: Mention ccmake in comments | 2010-06-01 | 1 | -2/+2 | |
| | |||||
* | Renamed template.SlackBuild to autotools-template.SlackBuild | 2010-06-01 | 1 | -0/+0 | |
| | |||||
* | python-template.SlackBuild: Minor tweaks. | 2010-06-01 | 1 | -2/+1 | |
| | |||||
* | perl-template.SlackBuild: Minor tweaks. | 2010-06-01 | 1 | -3/+5 | |
| | |||||
* | cmake-template.SlackBuild: Minor tweaks | 2010-06-01 | 1 | -14/+12 | |
| | |||||
* | Added python example template. | 2010-05-30 | 1 | -0/+120 | |
| | |||||
* | Added perl example template. | 2010-05-30 | 1 | -0/+128 | |
| | |||||
* | Added cmake example template. | 2010-05-30 | 1 | -0/+144 | |
| | |||||
* | template.SlackBuild: don't 'export' variables unless necessary | 2010-05-24 | 1 | -3/+3 | |
| | | | | | | This really needs a longer explanation than I can give here, but the short version is that exporting ARCH can cause problems building kernel modules, especially on ix86 arch. | ||||
* | Do away with 2 pointless subshells. | 2010-05-17 | 1 | -11/+7 | |
| | |||||
* | template.SlackBuild: prep for 13.1 | 2010-04-23 | 1 | -2/+14 | |
| | | | | | | - add automatic ARCH detection - add a failover SLKCFLAGS and LIBDIRSUFFIX - add comment about manpage compression | ||||
* | doinst.sh: add preserve_perms() function | 2010-04-23 | 1 | -7/+11 | |
| | |||||
* | Fixed stripping for bash4 and added comment to manpage compression13.0 | 2010-04-22 | 1 | -7/+3 | |
| | |||||
* | Added a template.info file | 2009-12-25 | 1 | -0/+10 | |
| | | | | | I'm not sure this is really needed, but it's been requested, so oh well. :-) | ||||
* | Added slack-desc file to the repo. | 2009-12-17 | 1 | -0/+19 | |
| | |||||
* | Initial commit | 2009-12-17 | 3 | -0/+192 | |
Add the template.SlackBuild and doinst.sh to the repo, as well as a README file. |