From c39e6d84d5ba66cca1c17ed6d1b7b21b2e534892 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 19 May 2012 14:00:10 +0200 Subject: [PATCH] New package: ftjam-2.5.3rc2. --- srcpkgs/ftjam/files/LICENSE | 7 +++++++ srcpkgs/ftjam/ftjam.rshlibs | 1 + srcpkgs/ftjam/template | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 srcpkgs/ftjam/files/LICENSE create mode 100644 srcpkgs/ftjam/ftjam.rshlibs create mode 100644 srcpkgs/ftjam/template diff --git a/srcpkgs/ftjam/files/LICENSE b/srcpkgs/ftjam/files/LICENSE new file mode 100644 index 00000000000..4b633251a9d --- /dev/null +++ b/srcpkgs/ftjam/files/LICENSE @@ -0,0 +1,7 @@ +Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. + +License is hereby granted to use this software and distribute it +freely, as long as this copyright notice is retained and modifications +are clearly marked. + +ALL WARRANTIES ARE HEREBY DISCLAIMED. diff --git a/srcpkgs/ftjam/ftjam.rshlibs b/srcpkgs/ftjam/ftjam.rshlibs new file mode 100644 index 00000000000..631aa1dda40 --- /dev/null +++ b/srcpkgs/ftjam/ftjam.rshlibs @@ -0,0 +1 @@ +libc.so.6 diff --git a/srcpkgs/ftjam/template b/srcpkgs/ftjam/template new file mode 100644 index 00000000000..1480e41938e --- /dev/null +++ b/srcpkgs/ftjam/template @@ -0,0 +1,19 @@ +# Template file for 'ftjam' +pkgname=ftjam +version=2.5.3rc2 +homepage="http://freetype.org/jam/" +distfiles="http://david.freetype.org/jam/${pkgname}-${version}.tar.bz2" +build_style=gnu-configure +short_desc="An enhanced version of the Jam build tool" +maintainer="Juan RP " +license="ftjam - /usr/share/licenses/ftjam/LICENSE" +provides="jam-${version}" +replaces="jam>=0" +checksum=a9f8a274049893a4d1f1ad82f7b04f3ebc2554635dd606185e20ba97cb4d64ec +long_desc=" + This if FT-Jam, a simple derivative of the Jam build tool, based and + 100% compatible with Jam 2.5." + +post_install() { + vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/ftjam +}