Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rubygem-template: Fix a small bug in the template.14.0 | 2012-09-25 | 1 | -1/+1 | |
| | |||||
* | *.SlackBuild: strongly suggest BSD/MIT license | 2012-09-18 | 5 | -50/+120 | |
| | |||||
* | template.info: Remove APPROVED line | 2012-09-18 | 1 | -1/+0 | |
| | | | | This is useless duplication since we started using git. | ||||
* | template.info: Add the new REQUIRES variable. | 2012-09-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | 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. | ||||
* | slack-desc: OCD tweakage | 2012-08-22 | 1 | -4/+4 | |
| | |||||
* | doinst.sh: update the gio module cache | 2011-11-28 | 1 | -0/+4 | |
| | |||||
* | doinst.sh: Corrected glib-compile-schemas. | 2011-05-10 | 1 | -3/+4 | |
| | |||||
* | rubygem-template: implement a cleaner search for gem dependencies | 2011-01-05 | 1 | -13/+16 | |
| | |||||
* | rubygem-template.SlackBuild: Added. | 2011-01-04 | 1 | -0/+145 | |
| | | | | This might not quite be perfect yet, but it's a start. | ||||
* | perl-template: fixup SRCNAM usage to (ideally) avoid confusion | 2010-12-20 | 1 | -2/+3 | |
| | |||||
* | doinst.sh: compile glib2 schemas if needed | 2010-12-02 | 1 | -0/+4 | |
| | | | | This is not really relevant for us yet, but it won't hurt. | ||||
* | python-template: xargs -0 expects -print0 option from find | 2010-10-02 | 1 | -1/+1 | |
| | |||||
* | perl-template: xargs -0 expects -print0 option from find | 2010-10-02 | 1 | -1/+1 | |
| | |||||
* | cmake-template: xargs -0 expects -print0 option from find | 2010-10-02 | 1 | -1/+1 | |
| | |||||
* | autotools-template: xargs -0 expects -print0 option from find | 2010-10-02 | 1 | -1/+1 | |
| | |||||
* | python-template: fix stripping files with single quotes in filename | 2010-10-02 | 1 | -1/+1 | |
| | |||||
* | perl-template: fix stripping files with single quotes in filename | 2010-10-02 | 1 | -1/+1 | |
| | |||||
* | cmake-template: fix stripping files with single quotes in filename | 2010-10-02 | 1 | -1/+1 | |
| | |||||
* | autotools-template: fix stripping files with single quotes in filename | 2010-10-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. |