Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-25 | rubygem-template: Fix a small bug in the template.14.0 | dsomero | |
2012-09-18 | *.SlackBuild: strongly suggest BSD/MIT license | Robby Workman | |
2012-09-18 | template.info: Remove APPROVED line | Robby Workman | |
This is useless duplication since we started using git. | |||
2012-09-18 | template.info: Add the new REQUIRES variable. | Erik Hanson | |
This variable will contain a space-separated list of all required build-time and run-time dependencies, each named exactly as listed on the SlackBuilds.org site. It should not contain anything that is part of Slackware itself. If user interaction is mandatory (creation of user/group, etcetera) or even recommended (ffmpeg, vlc, etcetera), REQUIRES should also contain "%README%". Automated tools should bail out and inform the user that manual interaction is required when %README% is found. The order of REQUIRES content is irrelevant. Sorting (if desired) is an implementation detail left to users and/or third-party tools. | |||
2012-08-22 | slack-desc: OCD tweakage | Robby Workman | |
2011-11-28 | doinst.sh: update the gio module cache | Robby Workman | |
2011-05-10 | doinst.sh: Corrected glib-compile-schemas. | Erik Hanson | |
2011-01-05 | rubygem-template: implement a cleaner search for gem dependencies | Vincent Batts | |
2011-01-04 | rubygem-template.SlackBuild: Added. | Vincent Batts | |
This might not quite be perfect yet, but it's a start. | |||
2010-12-20 | perl-template: fixup SRCNAM usage to (ideally) avoid confusion | Robby Workman | |
2010-12-02 | doinst.sh: compile glib2 schemas if needed | Robby Workman | |
This is not really relevant for us yet, but it won't hurt. | |||
2010-10-02 | python-template: xargs -0 expects -print0 option from find | Heinz Wiesinger | |
2010-10-02 | perl-template: xargs -0 expects -print0 option from find | Heinz Wiesinger | |
2010-10-02 | cmake-template: xargs -0 expects -print0 option from find | Heinz Wiesinger | |
2010-10-02 | autotools-template: xargs -0 expects -print0 option from find | Heinz Wiesinger | |
2010-10-02 | python-template: fix stripping files with single quotes in filename | Heinz Wiesinger | |
2010-10-02 | perl-template: fix stripping files with single quotes in filename | Heinz Wiesinger | |
2010-10-02 | cmake-template: fix stripping files with single quotes in filename | Heinz Wiesinger | |
2010-10-02 | autotools-template: fix stripping files with single quotes in filename | Heinz Wiesinger | |
2010-07-03 | slack-desc: clarify whitespace concerns | Robby Workman | |
2010-07-03 | Add man paths to install method #2. | dsomero | |
2010-07-03 | Minor clean up. | dsomero | |
2010-06-21 | perl-template.SlackBuild: Noted BUILD.PL for installation | Robby Workman | |
Thanks to V'yacheslav Stetskevych for the tip. | |||
2010-06-18 | doinst.sh: Add schema_install() example for GConf stuff | Robby Workman | |
2010-06-10 | perl-template.SlackBuild: Fix typo. | Erik Hanson | |
2010-06-01 | cmake-template.SlackBuild: Mention ccmake in comments | Robby Workman | |
2010-06-01 | Renamed template.SlackBuild to autotools-template.SlackBuild | Robby Workman | |
2010-06-01 | python-template.SlackBuild: Minor tweaks. | Robby Workman | |
2010-06-01 | perl-template.SlackBuild: Minor tweaks. | Robby Workman | |
2010-06-01 | cmake-template.SlackBuild: Minor tweaks | Robby Workman | |
2010-05-30 | Added python example template. | dsomero | |
2010-05-30 | Added perl example template. | dsomero | |
2010-05-30 | Added cmake example template. | dsomero | |
2010-05-24 | template.SlackBuild: don't 'export' variables unless necessary | Robby Workman | |
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. | |||
2010-05-17 | Do away with 2 pointless subshells. | Erik Hanson | |
2010-04-23 | template.SlackBuild: prep for 13.1 | Robby Workman | |
- add automatic ARCH detection - add a failover SLKCFLAGS and LIBDIRSUFFIX - add comment about manpage compression | |||
2010-04-23 | doinst.sh: add preserve_perms() function | Robby Workman | |
2010-04-22 | Fixed stripping for bash4 and added comment to manpage compression13.0 | Robby Workman | |
2009-12-25 | Added a template.info file | Robby Workman | |
I'm not sure this is really needed, but it's been requested, so oh well. :-) | |||
2009-12-17 | Added slack-desc file to the repo. | Robby Workman | |
2009-12-17 | Initial commit | Robby Workman | |
Add the template.SlackBuild and doinst.sh to the repo, as well as a README file. |