diff options
author | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2008-05-05 17:11:36 +0000 |
---|---|---|
committer | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2008-05-05 17:11:36 +0000 |
commit | bd37a245957fc97090cc7f8a8bfd550d6e906f49 (patch) | |
tree | 8eb6713db0042b3922cc398ebd09189517278437 /media/libs/sdl-ttf | |
parent | d7e013e3065405b7db97e27700af9b6a6377806f (diff) | |
download | slackbuilds-bd37a245957fc97090cc7f8a8bfd550d6e906f49.tar.gz slackbuilds-bd37a245957fc97090cc7f8a8bfd550d6e906f49.tar.bz2 |
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1872 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'media/libs/sdl-ttf')
-rw-r--r-- | media/libs/sdl-ttf/SDL_ttf.SlackBuild | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/media/libs/sdl-ttf/SDL_ttf.SlackBuild b/media/libs/sdl-ttf/SDL_ttf.SlackBuild index 4dd540b8..10392577 100644 --- a/media/libs/sdl-ttf/SDL_ttf.SlackBuild +++ b/media/libs/sdl-ttf/SDL_ttf.SlackBuild @@ -10,9 +10,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General # Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # # slackbuild for SDL_ttf, by Rudson R. Alves # requires: sdl @@ -33,7 +33,7 @@ PKG_NAME="SDL_ttf" ARCH=${ARCH:=i486} SRC_VERSION=${VERSION:=2.0.9} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" -BUILD=${BUILD:=1rra} +BUILD=${BUILD:=1srv} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME TMP=${TMP:=/tmp} PKG=${PKG:=$TMP/package-$PKG_NAME} @@ -122,24 +122,24 @@ done mkdir -p "$PKG/install" || exit $ERROR_MKDIR cat << EODESC > "$PKG/install/slack-desc" # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# The "handy ruler" below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must +# on the right side marks the last column you can put a character in. You must # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. _ |-----handy-ruler------------------------------------------------------| -SDL_ttf: SDL_ttf by Slack.Sarava -SDL_ttf: -SDL_ttf: This library allows you to use TrueType fonts to render text in SDL -SDL_ttf: applications. -SDL_ttf: -SDL_ttf: -SDL_ttf: -SDL_ttf: -SDL_ttf: -SDL_ttf: -SDL_ttf: +SDL_tff: SDL_tff by Slack.Sarava +SDL_tff: +SDL_tff: This library allows you to use TrueType fonts to render text in SDL +SDL_tff: applications. +SDL_tff: +SDL_tff: +SDL_tff: +SDL_tff: +SDL_tff: +SDL_tff: +SDL_tff: EODESC # Build the package |