initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

27
ftjam/PKGBUILD Normal file
View File

@@ -0,0 +1,27 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=ftjam
pkgver=2.5.2
pkgrel=1
pkgdesc='FT Jam - an enhanced version of the Jam build tool'
arch=('i686' 'x86_64')
url="http://freetype.org/jam/"
license=('Expat')
depends=('glibc')
provides=('jam')
source=(https://deb.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz
license.txt)
sha512sums=('4fa4808fcd08b31f71ce66b28e864f22d8e067cff1f512f931ff717451daf08381d7f0719efc5a38db5b1e9bbe659b5b6c3c5f293989cfff0b6af3a00b8eafe7'
'1fe7ca50f8252746a1da103c03b8251375f5dfb5da8a9ec9d633f7214a05a3129060c6bf66023c27403a8d7e768a054a40caf1cb91b9784d61caca33776928a3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -Dm644 "${srcdir}/license.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}

7
ftjam/license.txt Normal file
View File

@@ -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.