You are not logged in.

#1 2004-08-27 19:37:09

thegnu
Member
From: Brooklyn, NY
Registered: 2004-05-04
Posts: 280
Website

[NEW] fontforge and ec-fonts-mftraced

I uploaded both packages to the ftp server.  Here are the PKGBUILDs anyway.

#$Id: $
#Contributor: thegnu <thegnu@nathancurry.com>

pkgname=ec-fonts-mftraced
pkgver=1.0.1
pkgrel=1
pkgdesc="a font package required by lilypond"
url="http://www.lilypond.org/"
depends=()
source=(http://lilypond.org/download/fonts/$pkgname-$pkgver.tar.gz)
md5sums=('1b4bf2634fbf680b7fa874e8208e0e54')


build() {
  cd $startdir/src/$pkgname-$pkgver
  make DESTDIR=$stardir/pkg
  make DESTDIR=$startdir/pkg install
} 
 # Contributor: Nathan Curry <thegnu@nathancurry.com>

 pkgname=fontforge
 pkgver=20040824
 pkgrel=1
 pkgdesc="An outline font editor that lets you create your own fonts in multiple formats, or edit existing ones"
 url="http://fontforge.sourceforge.net"
 depends=('potrace')
 source=(http://fontforge.sourceforge.net/fontforge_full-$pkgver.tgz)
 md5sums=('7e589796d0cd715df6db4aab2cd48f7b')

 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=$startdir/pkg/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
   printf "nn* * * * * * * * *n*  Recommended libs for importing files:n*  libpngn*  libtiffn*  libungifn*  libjpegn*  libxml2 - parse SVG fiels and fontsn*  libuninameslist - display unicode names and annotationsn*  freetype - for better bitmap rasterization, enable truetype debuggern* * * * * * * * *nn"
 }

fffft!

Offline

Board footer

Powered by FluxBB