[arch-commits] Commit in ftjam/repos (6 files)

Andrea Scarpino andrea at archlinux.org
Sat Jan 24 10:17:32 UTC 2015


    Date: Saturday, January 24, 2015 @ 11:17:31
  Author: andrea
Revision: 126498

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ftjam/repos/community-i686/
  ftjam/repos/community-i686/PKGBUILD
    (from rev 126497, ftjam/trunk/PKGBUILD)
  ftjam/repos/community-i686/license.txt
    (from rev 126497, ftjam/trunk/license.txt)
  ftjam/repos/community-x86_64/
  ftjam/repos/community-x86_64/PKGBUILD
    (from rev 126497, ftjam/trunk/PKGBUILD)
  ftjam/repos/community-x86_64/license.txt
    (from rev 126497, ftjam/trunk/license.txt)

------------------------------+
 community-i686/PKGBUILD      |   29 +++++++++++++++++++++++++++++
 community-i686/license.txt   |    7 +++++++
 community-x86_64/PKGBUILD    |   29 +++++++++++++++++++++++++++++
 community-x86_64/license.txt |    7 +++++++
 4 files changed, 72 insertions(+)

Copied: ftjam/repos/community-i686/PKGBUILD (from rev 126497, ftjam/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-24 10:17:31 UTC (rev 126498)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Roman Kyrylych <roman at gmail.com>
+# Contributor: Roman Kyrylych <roman at gmail.com>
+
+pkgname=ftjam
+pkgver=2.5.3rc2
+pkgrel=4
+pkgdesc='FT Jam - an enhanced version of the Jam build tool'
+arch=('i686' 'x86_64')
+url="http://freetype.org/jam/"
+license=('custom')
+depends=('glibc')
+provides=('jam')
+#source=(http://downloads.sourceforge.net/freetype/$pkgname-$pkgver.tar.bz2 \
+source=(http://david.freetype.org/jam/${pkgname}-${pkgver}.tar.bz2 license.txt)
+md5sums=('911cc4191b3e7213905d107962b4529b'
+         'ef8ff7da77fe60e25d1e3e740600f1f0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 "${srcdir}/license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+}

Copied: ftjam/repos/community-i686/license.txt (from rev 126497, ftjam/trunk/license.txt)
===================================================================
--- community-i686/license.txt	                        (rev 0)
+++ community-i686/license.txt	2015-01-24 10:17:31 UTC (rev 126498)
@@ -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.

Copied: ftjam/repos/community-x86_64/PKGBUILD (from rev 126497, ftjam/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-24 10:17:31 UTC (rev 126498)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Roman Kyrylych <roman at gmail.com>
+# Contributor: Roman Kyrylych <roman at gmail.com>
+
+pkgname=ftjam
+pkgver=2.5.3rc2
+pkgrel=4
+pkgdesc='FT Jam - an enhanced version of the Jam build tool'
+arch=('i686' 'x86_64')
+url="http://freetype.org/jam/"
+license=('custom')
+depends=('glibc')
+provides=('jam')
+#source=(http://downloads.sourceforge.net/freetype/$pkgname-$pkgver.tar.bz2 \
+source=(http://david.freetype.org/jam/${pkgname}-${pkgver}.tar.bz2 license.txt)
+md5sums=('911cc4191b3e7213905d107962b4529b'
+         'ef8ff7da77fe60e25d1e3e740600f1f0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 "${srcdir}/license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+}

Copied: ftjam/repos/community-x86_64/license.txt (from rev 126497, ftjam/trunk/license.txt)
===================================================================
--- community-x86_64/license.txt	                        (rev 0)
+++ community-x86_64/license.txt	2015-01-24 10:17:31 UTC (rev 126498)
@@ -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.



More information about the arch-commits mailing list