development/ftjam: Updated for version 2.5.2

This commit is contained in:
Ferenc Deak 2010-05-11 19:44:15 +02:00 committed by Robby Workman
parent bd49d44573
commit cd81cae644
4 changed files with 10 additions and 4 deletions

View file

@ -9,4 +9,3 @@ file, which is written in jam's own interpreted language. The default
Jambase is compiled into jam and provides a boilerplate for common
use, relying on a user-provide file "Jamfile" to enumerate actual
targets and sources.

View file

@ -50,8 +50,7 @@ make install DESTDIR=$PKG
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README CHANGES RELNOTES Jambase *.html \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a README CHANGES RELNOTES Jambase *.html $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -5,4 +5,4 @@ DOWNLOAD="http://downloads.sourceforge.net/freetype/ftjam-2.5.2.tar.bz2"
MD5SUM="e61304b370ba06f68082f0219a196576"
MAINTAINER="Ferenc Deak"
EMAIL="ferenc.deak@gmail.com"
APPROVED="robw810"
APPROVED="rworkman"

View file

@ -1,3 +1,11 @@
# HOW TO EDIT THIS FILE:
# 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
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
ftjam: ftjam (make like program construction tool)
ftjam:
ftjam: Jam recursively builds target files from source files, using