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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:14:57 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:14:57
  Author: felixonmars
Revision: 659182

archrelease: copy trunk to community-staging-x86_64

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

-------------+
 PKGBUILD    |   31 +++++++++++++++++++++++++++++++
 license.txt |    7 +++++++
 2 files changed, 38 insertions(+)

Copied: ftjam/repos/community-staging-x86_64/PKGBUILD (from rev 659180, ftjam/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:14:57 UTC (rev 659182)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Roman Kyrylych <roman at gmail.com>
+
+pkgname=ftjam
+pkgver=2.5.3rc2
+pkgrel=6
+pkgdesc="FT Jam - an enhanced version of the Jam build tool"
+arch=('x86_64')
+url="https://freetype.org/jam/"
+license=('custom')
+depends=('glibc')
+provides=('jam')
+#source=("https://downloads.sourceforge.net/freetype/${pkgname}-${pkgver}.tar.bz2"
+source=("http://david.freetype.org/jam/${pkgname}-${pkgver}.tar.bz2"
+        'license.txt')
+md5sums=('911cc4191b3e7213905d107962b4529b'
+         'ef8ff7da77fe60e25d1e3e740600f1f0')
+sha256sums=('a9f8a274049893a4d1f1ad82f7b04f3ebc2554635dd606185e20ba97cb4d64ec'
+            '78a6448f2e349e807741fa0abec0724bd35fd63cde0a4f6a46fee4b3ce4568fa')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 ../license.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}

Copied: ftjam/repos/community-staging-x86_64/license.txt (from rev 659180, ftjam/trunk/license.txt)
===================================================================
--- community-staging-x86_64/license.txt	                        (rev 0)
+++ community-staging-x86_64/license.txt	2020-07-07 16:14:57 UTC (rev 659182)
@@ -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