initial import
This commit is contained in:
27
fonttosfnt/PKGBUILD
Normal file
27
fonttosfnt/PKGBUILD
Normal file
@@ -0,0 +1,27 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=fonttosfnt
|
||||
pkgver=1.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="Convert a set of bdf or pcf fonts in a bitmap only sfnt (otb)."
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://gitlab.freedesktop.org/xorg/app/fonttosfnt'
|
||||
license=('Expat')
|
||||
depends=('libfontenc' 'freetype2')
|
||||
makedepends=('make' 'autoconf' 'automake' 'xorgproto')
|
||||
source=("https://xorg.freedesktop.org/archive/individual/app/fonttosfnt-$pkgver.tar.gz"{,.sig})
|
||||
sha512sums=('e006fbf73cd1a8ce29743275f5013eae65c4beeda8891d9d954f8d3158e1d2b6fd75b45aecb346df3a548c51a8f87ab9683f701ce3d5c4d16660d7cff18d1326'
|
||||
'SKIP')
|
||||
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user