mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/ttf2ufm: new aport
This commit is contained in:
parent
b3732558f1
commit
716e1f090d
32
community/ttf2ufm/APKBUILD
Normal file
32
community/ttf2ufm/APKBUILD
Normal file
@ -0,0 +1,32 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer:
|
||||
pkgname=ttf2ufm
|
||||
pkgver=3.4.4
|
||||
pkgrel=0
|
||||
pkgdesc="A True Type to PostScript Type 1 Converter"
|
||||
url="https://acko.net/blog/ufpdf-unicode-utf-8-extension-for-fpdf/"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://acko.net/files/ufpdf/ufpdf.zip"
|
||||
|
||||
_builddir="$srcdir/ufpdf/ttf2ufm-src"
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
make ttf2pt1 || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
install -Dm755 ttf2pt1 \
|
||||
"$pkgdir"/usr/bin/$pkgname || return 1
|
||||
}
|
||||
|
||||
md5sums="1ae3792810334c15dcec3773b4d5bf54 ufpdf.zip"
|
||||
sha256sums="806cbead56350db07982fd011746457fa36bc3e4596749a70fccff6025fea1ef ufpdf.zip"
|
||||
sha512sums="fd810c043e56ac611d923856d040cc667a40127104fa960016e967ec49afea629507426f24fd51baa78d98ecccc9f7d6924f758e67104977e1a94342e82a70de ufpdf.zip"
|
Loading…
Reference in New Issue
Block a user