ftjam: updated URL

This commit is contained in:
Tim Biermann 2023-05-28 10:34:20 +02:00
parent a2826616b8
commit b8cc6d2610
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33nKb2t65uc+sVJ+UVZRJuUUDm87D1l8KX68mJqrZJanGa1LaWwEybL8HtMgePe2sKCSb1lMEqwerTGpgWYLYwU=
SHA256 (Pkgfile) = 911d70fddf16d8c480fdbb483f767552d344cf9b38ffc80d40722c94f6931ef1
RWSagIOpLGJF3wwfOj4LqA41ZWrVlFiaUVl6gE/0t5S0Obp7FbiYLTMWyU+RAL5SCtyCQSpMd/HpFts/jDGNG4uCJ8029dItFAw=
SHA256 (Pkgfile) = 052fb395b7eefed481e474b684b6615e31f02635378f8c9fd2aa82f5a3f34b49
SHA256 (.footprint) = 188cfd749c019d69c85be448962910e196a37c1badf683323a4a153ebdbb9bfd
SHA256 (ftjam-2.5.3rc2.tar.bz2) = a9f8a274049893a4d1f1ad82f7b04f3ebc2554635dd606185e20ba97cb4d64ec

View File

@ -1,7 +1,6 @@
# Description: Build tool that can be used as a replacement for Make.
# URL: http://freetype.sourceforge.net/jam/index.html
# URL: https://freetype.sourceforge.net/jam/index.html
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=ftjam
version=2.5.3rc2
@ -10,8 +9,8 @@ source=(https://www.mirrorservice.org/sites/download.salixos.org/i486/14.0/sourc
build() {
cd ftjam-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}