development/ftjam: Updated for version 2.5.2
This commit is contained in:
parent
bd49d44573
commit
cd81cae644
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue